Shades of Mindaro #CCE96F
Tints of Mindaro #CCE96F
RGB
CMYK
RGB Variations
Color information
#CCE96F (or 0xCCE96F) is known color: Mindaro. HEX triplet: CC, E9 and 6F. RGB value is (204,233,111). Sum of RGB (Red+Green+Blue) = 204+233+111=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE96F is #331690. Grayscale: #D2D2D2. Windows color (decimal): -3348113 or 7334348. OLE color: 7334348.
HSL color Cylindrical-coordinate representation of color #CCE96F: hue angle of 74.26º degrees, saturation: 0.73, 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 #CCE96F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 111 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.09 |
| HSL | 74.26º | 0.73% | 0.67% | - |
| HSV(B) | 74.26º | 0.52% | 0.91% | - |
| XYZ | 56.91 | 72.26 | 25.99 | - |
| YUV | 210.42 | 71.89 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 111 | 0.12 | 0 | 0.52 | 0.09 | 74.26 | 0.73 | 0.67 |
| Hex | CC | E9 | 6F | C | 0 | 34 | 9 | 4A | 49 | 43 |
| Octal | 314 | 351 | 157 | 14 | 0 | 64 | 11 | 112 | 111 | 103 |
| Binary | 11001100 | 11101001 | 1101111 | 1100 | 0 | 110100 | 1001 | 1001010 | 1001001 | 1000011 |
Color Harmonies of #CCE96F
Complementary color
Monochromatic Colors of #CCE96F
Black with #CCE96F
Text Example
Text Example
White with #CCE96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE96F; }
p { color: rgb(204,233,111); }
H1.HeaderClassName
{
color: #CCE96F;
}
.AnyTagClassName
{
color: #CCE96F;
}
</style>
background-color css
<style>
a { background-color: #CCE96F; }
a { background-color: rgb(204,233,111); }
div.DivClassName
{
background-color: #CCE96F;
}
.BgClassName
{
background-color: #CCE96F;
}
</style>
border-color css
<style>
span { border-color: #CCE96F; }
span { border-color: rgb(204,233,111); }
td.TdClassName
{
border-color: #CCE96F;
}
.TagClassName
{
border-color: #CCE96F;
}
</style>