Shades of Mindaro #CCE670
Tints of Mindaro #CCE670
RGB
CMYK
RGB Variations
Color information
#CCE670 (or 0xCCE670) is known color: Mindaro. HEX triplet: CC, E6 and 70. RGB value is (204,230,112). Sum of RGB (Red+Green+Blue) = 204+230+112=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE670 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE670 is #33198F. Grayscale: #D1D1D1. Windows color (decimal): -3348880 or 7399116. OLE color: 7399116.
HSL color Cylindrical-coordinate representation of color #CCE670: hue angle of 73.22º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCE670 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 112 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.10 |
| HSL | 73.22º | 0.7% | 0.67% | - |
| HSV(B) | 73.22º | 0.51% | 0.9% | - |
| XYZ | 56.12 | 70.6 | 26 | - |
| YUV | 208.77 | 73.39 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 112 | 0.11 | 0 | 0.51 | 0.10 | 73.22 | 0.7 | 0.67 |
| Hex | CC | E6 | 70 | B | 0 | 33 | A | 49 | 46 | 43 |
| Octal | 314 | 346 | 160 | 13 | 0 | 63 | 12 | 111 | 106 | 103 |
| Binary | 11001100 | 11100110 | 1110000 | 1011 | 0 | 110011 | 1010 | 1001001 | 1000110 | 1000011 |
Color Harmonies of #CCE670
Complementary color
Monochromatic Colors of #CCE670
Black with #CCE670
Text Example
Text Example
White with #CCE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE670; }
p { color: rgb(204,230,112); }
H1.HeaderClassName
{
color: #CCE670;
}
.AnyTagClassName
{
color: #CCE670;
}
</style>
background-color css
<style>
a { background-color: #CCE670; }
a { background-color: rgb(204,230,112); }
div.DivClassName
{
background-color: #CCE670;
}
.BgClassName
{
background-color: #CCE670;
}
</style>
border-color css
<style>
span { border-color: #CCE670; }
span { border-color: rgb(204,230,112); }
td.TdClassName
{
border-color: #CCE670;
}
.TagClassName
{
border-color: #CCE670;
}
</style>