Shades of Mindaro #CCE85F
Tints of Mindaro #CCE85F
RGB
CMYK
RGB Variations
Color information
#CCE85F (or 0xCCE85F) is known color: Mindaro. HEX triplet: CC, E8 and 5F. RGB value is (204,232,95). Sum of RGB (Red+Green+Blue) = 204+232+95=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE85F is #3317A0. Grayscale: #D0D0D0. Windows color (decimal): -3348385 or 6285516. OLE color: 6285516.
HSL color Cylindrical-coordinate representation of color #CCE85F: hue angle of 72.26º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCE85F is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 95 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.09 |
| HSL | 72.26º | 0.75% | 0.64% | - |
| HSV(B) | 72.26º | 0.59% | 0.91% | - |
| XYZ | 55.82 | 71.38 | 21.66 | - |
| YUV | 208.01 | 64.22 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 95 | 0.12 | 0 | 0.59 | 0.09 | 72.26 | 0.75 | 0.64 |
| Hex | CC | E8 | 5F | C | 0 | 3B | 9 | 48 | 4B | 40 |
| Octal | 314 | 350 | 137 | 14 | 0 | 73 | 11 | 110 | 113 | 100 |
| Binary | 11001100 | 11101000 | 1011111 | 1100 | 0 | 111011 | 1001 | 1001000 | 1001011 | 1000000 |
Color Harmonies of #CCE85F
Complementary color
Monochromatic Colors of #CCE85F
Black with #CCE85F
Text Example
Text Example
White with #CCE85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE85F; }
p { color: rgb(204,232,95); }
H1.HeaderClassName
{
color: #CCE85F;
}
.AnyTagClassName
{
color: #CCE85F;
}
</style>
background-color css
<style>
a { background-color: #CCE85F; }
a { background-color: rgb(204,232,95); }
div.DivClassName
{
background-color: #CCE85F;
}
.BgClassName
{
background-color: #CCE85F;
}
</style>
border-color css
<style>
span { border-color: #CCE85F; }
span { border-color: rgb(204,232,95); }
td.TdClassName
{
border-color: #CCE85F;
}
.TagClassName
{
border-color: #CCE85F;
}
</style>