Shades of Mindaro #CCE872
Tints of Mindaro #CCE872
RGB
CMYK
RGB Variations
Color information
#CCE872 (or 0xCCE872) is known color: Mindaro. HEX triplet: CC, E8 and 72. RGB value is (204,232,114). Sum of RGB (Red+Green+Blue) = 204+232+114=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE872 is #33178D. Grayscale: #D2D2D2. Windows color (decimal): -3348366 or 7530700. OLE color: 7530700.
HSL color Cylindrical-coordinate representation of color #CCE872: hue angle of 74.24º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCE872 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 114 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.09 |
| HSL | 74.24º | 0.72% | 0.68% | - |
| HSV(B) | 74.24º | 0.51% | 0.91% | - |
| XYZ | 56.8 | 71.77 | 26.78 | - |
| YUV | 210.18 | 73.72 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 114 | 0.12 | 0 | 0.51 | 0.09 | 74.24 | 0.72 | 0.68 |
| Hex | CC | E8 | 72 | C | 0 | 33 | 9 | 4A | 48 | 44 |
| Octal | 314 | 350 | 162 | 14 | 0 | 63 | 11 | 112 | 110 | 104 |
| Binary | 11001100 | 11101000 | 1110010 | 1100 | 0 | 110011 | 1001 | 1001010 | 1001000 | 1000100 |
Color Harmonies of #CCE872
Complementary color
Monochromatic Colors of #CCE872
Black with #CCE872
Text Example
Text Example
White with #CCE872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE872; }
p { color: rgb(204,232,114); }
H1.HeaderClassName
{
color: #CCE872;
}
.AnyTagClassName
{
color: #CCE872;
}
</style>
background-color css
<style>
a { background-color: #CCE872; }
a { background-color: rgb(204,232,114); }
div.DivClassName
{
background-color: #CCE872;
}
.BgClassName
{
background-color: #CCE872;
}
</style>
border-color css
<style>
span { border-color: #CCE872; }
span { border-color: rgb(204,232,114); }
td.TdClassName
{
border-color: #CCE872;
}
.TagClassName
{
border-color: #CCE872;
}
</style>