Shades of Mindaro #CCE966
Tints of Mindaro #CCE966
RGB
CMYK
RGB Variations
Color information
#CCE966 (or 0xCCE966) is known color: Mindaro. HEX triplet: CC, E9 and 66. RGB value is (204,233,102). Sum of RGB (Red+Green+Blue) = 204+233+102=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE966 is #331699. Grayscale: #D1D1D1. Windows color (decimal): -3348122 or 6744524. OLE color: 6744524.
HSL color Cylindrical-coordinate representation of color #CCE966: hue angle of 73.28º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCE966 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 102 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.09 |
| HSL | 73.28º | 0.75% | 0.66% | - |
| HSV(B) | 73.28º | 0.56% | 0.91% | - |
| XYZ | 56.44 | 72.07 | 23.51 | - |
| YUV | 209.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 102 | 0.12 | 0 | 0.56 | 0.09 | 73.28 | 0.75 | 0.66 |
| Hex | CC | E9 | 66 | C | 0 | 38 | 9 | 49 | 4B | 42 |
| Octal | 314 | 351 | 146 | 14 | 0 | 70 | 11 | 111 | 113 | 102 |
| Binary | 11001100 | 11101001 | 1100110 | 1100 | 0 | 111000 | 1001 | 1001001 | 1001011 | 1000010 |
Color Harmonies of #CCE966
Complementary color
Monochromatic Colors of #CCE966
Black with #CCE966
Text Example
Text Example
White with #CCE966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE966; }
p { color: rgb(204,233,102); }
H1.HeaderClassName
{
color: #CCE966;
}
.AnyTagClassName
{
color: #CCE966;
}
</style>
background-color css
<style>
a { background-color: #CCE966; }
a { background-color: rgb(204,233,102); }
div.DivClassName
{
background-color: #CCE966;
}
.BgClassName
{
background-color: #CCE966;
}
</style>
border-color css
<style>
span { border-color: #CCE966; }
span { border-color: rgb(204,233,102); }
td.TdClassName
{
border-color: #CCE966;
}
.TagClassName
{
border-color: #CCE966;
}
</style>