#CCF155

Color #CCF155 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #CCF155

Tints of Mindaro #CCF155

Color information

#CCF155 (or 0xCCF155) is unknown color: approx Mindaro. HEX triplet: CC, F1 and 55. RGB value is (204,241,85). Sum of RGB (Red+Green+Blue) = 204+241+85=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF155 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF155 is #330EAA. Grayscale: #D4D4D4. Windows color (decimal): -3346091 or 5632460. OLE color: 5632460.

HSL color Cylindrical-coordinate representation of color #CCF155: hue angle of 74.23º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCF155 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB20424185-
CMYK0.1500.650.05
HSL74.23º84.78%63.92%-
HSV(B)74.23º64.73%94.51%-
XYZ5876.420.28-
YUV212.1556.24122.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 241 (94.53% from 255) = 45.47%
BLUE value IS 85 (33.59% from 255) = 16.04%
R=38.49%
G=45.47%
B=16.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal204241850.1500.650.0574.2384.7863.92
HexCCF155F04154a5540
Octal3143611251701015112125100
Binary11001100111100011010101111101000001101100101010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF155; }

 p { color: rgb(204,241,85); }

 H1.HeaderClassName
 {
   color: #CCF155;
 }
 .AnyTagClassName
 {
   color: #CCF155;
 }
</style>
background-color css

<style>
 a { background-color: #CCF155; }

 a { background-color: rgb(204,241,85); }

 div.DivClassName
 {
   background-color: #CCF155;
 }
 .BgClassName
 {
   background-color: #CCF155;
 }
</style>
border-color css

<style>
 span { border-color: #CCF155; }

 span { border-color: rgb(204,241,85); }

 td.TdClassName
 {
   border-color: #CCF155;
 }
 .TagClassName
 {
   border-color: #CCF155;
 }
</style>