Shades of Mindaro #CCE96B
Tints of Mindaro #CCE96B
RGB
CMYK
RGB Variations
Color information
#CCE96B (or 0xCCE96B) is known color: Mindaro. HEX triplet: CC, E9 and 6B. RGB value is (204,233,107). Sum of RGB (Red+Green+Blue) = 204+233+107=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE96B is #331694. Grayscale: #D2D2D2. Windows color (decimal): -3348117 or 7072204. OLE color: 7072204.
HSL color Cylindrical-coordinate representation of color #CCE96B: hue angle of 73.81º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCE96B is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 107 | - |
| CMYK | 0.12 | 0 | 0.54 | 0.09 |
| HSL | 73.81º | 0.74% | 0.67% | - |
| HSV(B) | 73.81º | 0.54% | 0.91% | - |
| XYZ | 56.69 | 72.18 | 24.85 | - |
| YUV | 209.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 107 | 0.12 | 0 | 0.54 | 0.09 | 73.81 | 0.74 | 0.67 |
| Hex | CC | E9 | 6B | C | 0 | 36 | 9 | 4A | 4A | 43 |
| Octal | 314 | 351 | 153 | 14 | 0 | 66 | 11 | 112 | 112 | 103 |
| Binary | 11001100 | 11101001 | 1101011 | 1100 | 0 | 110110 | 1001 | 1001010 | 1001010 | 1000011 |
Color Harmonies of #CCE96B
Complementary color
Monochromatic Colors of #CCE96B
Black with #CCE96B
Text Example
Text Example
White with #CCE96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE96B; }
p { color: rgb(204,233,107); }
H1.HeaderClassName
{
color: #CCE96B;
}
.AnyTagClassName
{
color: #CCE96B;
}
</style>
background-color css
<style>
a { background-color: #CCE96B; }
a { background-color: rgb(204,233,107); }
div.DivClassName
{
background-color: #CCE96B;
}
.BgClassName
{
background-color: #CCE96B;
}
</style>
border-color css
<style>
span { border-color: #CCE96B; }
span { border-color: rgb(204,233,107); }
td.TdClassName
{
border-color: #CCE96B;
}
.TagClassName
{
border-color: #CCE96B;
}
</style>