Shades of Mindaro #CCE85C
Tints of Mindaro #CCE85C
RGB
CMYK
RGB Variations
Color information
#CCE85C (or 0xCCE85C) is known color: Mindaro. HEX triplet: CC, E8 and 5C. RGB value is (204,232,92). Sum of RGB (Red+Green+Blue) = 204+232+92=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE85C is #3317A3. Grayscale: #D0D0D0. Windows color (decimal): -3348388 or 6088908. OLE color: 6088908.
HSL color Cylindrical-coordinate representation of color #CCE85C: hue angle of 72º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCE85C is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 92 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.09 |
| HSL | 72º | 0.75% | 0.64% | - |
| HSV(B) | 72º | 0.6% | 0.91% | - |
| XYZ | 55.69 | 71.32 | 20.96 | - |
| YUV | 207.67 | 62.72 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 92 | 0.12 | 0 | 0.60 | 0.09 | 72 | 0.75 | 0.64 |
| Hex | CC | E8 | 5C | C | 0 | 3C | 9 | 48 | 4B | 40 |
| Octal | 314 | 350 | 134 | 14 | 0 | 74 | 11 | 110 | 113 | 100 |
| Binary | 11001100 | 11101000 | 1011100 | 1100 | 0 | 111100 | 1001 | 1001000 | 1001011 | 1000000 |
Color Harmonies of #CCE85C
Complementary color
Monochromatic Colors of #CCE85C
Black with #CCE85C
Text Example
Text Example
White with #CCE85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE85C; }
p { color: rgb(204,232,92); }
H1.HeaderClassName
{
color: #CCE85C;
}
.AnyTagClassName
{
color: #CCE85C;
}
</style>
background-color css
<style>
a { background-color: #CCE85C; }
a { background-color: rgb(204,232,92); }
div.DivClassName
{
background-color: #CCE85C;
}
.BgClassName
{
background-color: #CCE85C;
}
</style>
border-color css
<style>
span { border-color: #CCE85C; }
span { border-color: rgb(204,232,92); }
td.TdClassName
{
border-color: #CCE85C;
}
.TagClassName
{
border-color: #CCE85C;
}
</style>