Shades of Mindaro #CCE86B
Tints of Mindaro #CCE86B
RGB
CMYK
RGB Variations
Color information
#CCE86B (or 0xCCE86B) is known color: Mindaro. HEX triplet: CC, E8 and 6B. RGB value is (204,232,107). Sum of RGB (Red+Green+Blue) = 204+232+107=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE86B is #331794. Grayscale: #D1D1D1. Windows color (decimal): -3348373 or 7071948. OLE color: 7071948.
HSL color Cylindrical-coordinate representation of color #CCE86B: hue angle of 73.44º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCE86B is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 107 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.09 |
| HSL | 73.44º | 0.73% | 0.66% | - |
| HSV(B) | 73.44º | 0.54% | 0.91% | - |
| XYZ | 56.41 | 71.61 | 24.76 | - |
| YUV | 209.38 | 70.22 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 107 | 0.12 | 0 | 0.54 | 0.09 | 73.44 | 0.73 | 0.66 |
| Hex | CC | E8 | 6B | C | 0 | 36 | 9 | 49 | 49 | 42 |
| Octal | 314 | 350 | 153 | 14 | 0 | 66 | 11 | 111 | 111 | 102 |
| Binary | 11001100 | 11101000 | 1101011 | 1100 | 0 | 110110 | 1001 | 1001001 | 1001001 | 1000010 |
Color Harmonies of #CCE86B
Complementary color
Monochromatic Colors of #CCE86B
Black with #CCE86B
Text Example
Text Example
White with #CCE86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE86B; }
p { color: rgb(204,232,107); }
H1.HeaderClassName
{
color: #CCE86B;
}
.AnyTagClassName
{
color: #CCE86B;
}
</style>
background-color css
<style>
a { background-color: #CCE86B; }
a { background-color: rgb(204,232,107); }
div.DivClassName
{
background-color: #CCE86B;
}
.BgClassName
{
background-color: #CCE86B;
}
</style>
border-color css
<style>
span { border-color: #CCE86B; }
span { border-color: rgb(204,232,107); }
td.TdClassName
{
border-color: #CCE86B;
}
.TagClassName
{
border-color: #CCE86B;
}
</style>