Shades of Mindaro #CCE86F
Tints of Mindaro #CCE86F
RGB
CMYK
RGB Variations
Color information
#CCE86F (or 0xCCE86F) is known color: Mindaro. HEX triplet: CC, E8 and 6F. RGB value is (204,232,111). Sum of RGB (Red+Green+Blue) = 204+232+111=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE86F is #331790. Grayscale: #D2D2D2. Windows color (decimal): -3348369 or 7334092. OLE color: 7334092.
HSL color Cylindrical-coordinate representation of color #CCE86F: hue angle of 73.88º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCE86F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 111 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.09 |
| HSL | 73.88º | 0.72% | 0.67% | - |
| HSV(B) | 73.88º | 0.52% | 0.91% | - |
| XYZ | 56.63 | 71.7 | 25.89 | - |
| YUV | 209.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 111 | 0.12 | 0 | 0.52 | 0.09 | 73.88 | 0.72 | 0.67 |
| Hex | CC | E8 | 6F | C | 0 | 34 | 9 | 4A | 48 | 43 |
| Octal | 314 | 350 | 157 | 14 | 0 | 64 | 11 | 112 | 110 | 103 |
| Binary | 11001100 | 11101000 | 1101111 | 1100 | 0 | 110100 | 1001 | 1001010 | 1001000 | 1000011 |
Color Harmonies of #CCE86F
Complementary color
Monochromatic Colors of #CCE86F
Black with #CCE86F
Text Example
Text Example
White with #CCE86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE86F; }
p { color: rgb(204,232,111); }
H1.HeaderClassName
{
color: #CCE86F;
}
.AnyTagClassName
{
color: #CCE86F;
}
</style>
background-color css
<style>
a { background-color: #CCE86F; }
a { background-color: rgb(204,232,111); }
div.DivClassName
{
background-color: #CCE86F;
}
.BgClassName
{
background-color: #CCE86F;
}
</style>
border-color css
<style>
span { border-color: #CCE86F; }
span { border-color: rgb(204,232,111); }
td.TdClassName
{
border-color: #CCE86F;
}
.TagClassName
{
border-color: #CCE86F;
}
</style>