Shades of Mindaro #CCE970
Tints of Mindaro #CCE970
RGB
CMYK
RGB Variations
Color information
#CCE970 (or 0xCCE970) is known color: Mindaro. HEX triplet: CC, E9 and 70. RGB value is (204,233,112). Sum of RGB (Red+Green+Blue) = 204+233+112=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE970 is #33168F. Grayscale: #D2D2D2. Windows color (decimal): -3348112 or 7399884. OLE color: 7399884.
HSL color Cylindrical-coordinate representation of color #CCE970: hue angle of 74.38º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCE970 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 112 | - |
| CMYK | 0.12 | 0 | 0.52 | 0.09 |
| HSL | 74.38º | 0.73% | 0.68% | - |
| HSV(B) | 74.38º | 0.52% | 0.91% | - |
| XYZ | 56.97 | 72.29 | 26.28 | - |
| YUV | 210.54 | 72.39 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 112 | 0.12 | 0 | 0.52 | 0.09 | 74.38 | 0.73 | 0.68 |
| Hex | CC | E9 | 70 | C | 0 | 34 | 9 | 4A | 49 | 44 |
| Octal | 314 | 351 | 160 | 14 | 0 | 64 | 11 | 112 | 111 | 104 |
| Binary | 11001100 | 11101001 | 1110000 | 1100 | 0 | 110100 | 1001 | 1001010 | 1001001 | 1000100 |
Color Harmonies of #CCE970
Complementary color
Monochromatic Colors of #CCE970
Black with #CCE970
Text Example
Text Example
White with #CCE970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE970; }
p { color: rgb(204,233,112); }
H1.HeaderClassName
{
color: #CCE970;
}
.AnyTagClassName
{
color: #CCE970;
}
</style>
background-color css
<style>
a { background-color: #CCE970; }
a { background-color: rgb(204,233,112); }
div.DivClassName
{
background-color: #CCE970;
}
.BgClassName
{
background-color: #CCE970;
}
</style>
border-color css
<style>
span { border-color: #CCE970; }
span { border-color: rgb(204,233,112); }
td.TdClassName
{
border-color: #CCE970;
}
.TagClassName
{
border-color: #CCE970;
}
</style>