Shades of Mindaro #CCE86A
Tints of Mindaro #CCE86A
RGB
CMYK
RGB Variations
Color information
#CCE86A (or 0xCCE86A) is known color: Mindaro. HEX triplet: CC, E8 and 6A. RGB value is (204,232,106). Sum of RGB (Red+Green+Blue) = 204+232+106=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE86A is #331795. Grayscale: #D1D1D1. Windows color (decimal): -3348374 or 7006412. OLE color: 7006412.
HSL color Cylindrical-coordinate representation of color #CCE86A: hue angle of 73.33º 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 #CCE86A is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 106 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.09 |
| HSL | 73.33º | 0.73% | 0.66% | - |
| HSV(B) | 73.33º | 0.54% | 0.91% | - |
| XYZ | 56.36 | 71.59 | 24.48 | - |
| YUV | 209.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 106 | 0.12 | 0 | 0.54 | 0.09 | 73.33 | 0.73 | 0.66 |
| Hex | CC | E8 | 6A | C | 0 | 36 | 9 | 49 | 49 | 42 |
| Octal | 314 | 350 | 152 | 14 | 0 | 66 | 11 | 111 | 111 | 102 |
| Binary | 11001100 | 11101000 | 1101010 | 1100 | 0 | 110110 | 1001 | 1001001 | 1001001 | 1000010 |
Color Harmonies of #CCE86A
Complementary color
Monochromatic Colors of #CCE86A
Black with #CCE86A
Text Example
Text Example
White with #CCE86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE86A; }
p { color: rgb(204,232,106); }
H1.HeaderClassName
{
color: #CCE86A;
}
.AnyTagClassName
{
color: #CCE86A;
}
</style>
background-color css
<style>
a { background-color: #CCE86A; }
a { background-color: rgb(204,232,106); }
div.DivClassName
{
background-color: #CCE86A;
}
.BgClassName
{
background-color: #CCE86A;
}
</style>
border-color css
<style>
span { border-color: #CCE86A; }
span { border-color: rgb(204,232,106); }
td.TdClassName
{
border-color: #CCE86A;
}
.TagClassName
{
border-color: #CCE86A;
}
</style>