Shades of Mindaro #CCE55F
Tints of Mindaro #CCE55F
RGB
CMYK
RGB Variations
Color information
#CCE55F (or 0xCCE55F) is known color: Mindaro. HEX triplet: CC, E5 and 5F. RGB value is (204,229,95). Sum of RGB (Red+Green+Blue) = 204+229+95=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE55F is #331AA0. Grayscale: #CECECE. Windows color (decimal): -3349153 or 6284748. OLE color: 6284748.
HSL color Cylindrical-coordinate representation of color #CCE55F: hue angle of 71.19º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCE55F is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 95 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.10 |
| HSL | 71.19º | 0.72% | 0.64% | - |
| HSV(B) | 71.19º | 0.59% | 0.9% | - |
| XYZ | 54.99 | 69.7 | 21.38 | - |
| YUV | 206.25 | 65.22 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 95 | 0.11 | 0 | 0.59 | 0.10 | 71.19 | 0.72 | 0.64 |
| Hex | CC | E5 | 5F | B | 0 | 3B | A | 47 | 48 | 40 |
| Octal | 314 | 345 | 137 | 13 | 0 | 73 | 12 | 107 | 110 | 100 |
| Binary | 11001100 | 11100101 | 1011111 | 1011 | 0 | 111011 | 1010 | 1000111 | 1001000 | 1000000 |
Color Harmonies of #CCE55F
Complementary color
Monochromatic Colors of #CCE55F
Black with #CCE55F
Text Example
Text Example
White with #CCE55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE55F; }
p { color: rgb(204,229,95); }
H1.HeaderClassName
{
color: #CCE55F;
}
.AnyTagClassName
{
color: #CCE55F;
}
</style>
background-color css
<style>
a { background-color: #CCE55F; }
a { background-color: rgb(204,229,95); }
div.DivClassName
{
background-color: #CCE55F;
}
.BgClassName
{
background-color: #CCE55F;
}
</style>
border-color css
<style>
span { border-color: #CCE55F; }
span { border-color: rgb(204,229,95); }
td.TdClassName
{
border-color: #CCE55F;
}
.TagClassName
{
border-color: #CCE55F;
}
</style>