Shades of Mindaro #CCDE72
Tints of Mindaro #CCDE72
RGB
CMYK
RGB Variations
Color information
#CCDE72 (or 0xCCDE72) is known color: Mindaro. HEX triplet: CC, DE and 72. RGB value is (204,222,114). Sum of RGB (Red+Green+Blue) = 204+222+114=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDE72 is #33218D. Grayscale: #CCCCCC. Windows color (decimal): -3350926 or 7528140. OLE color: 7528140.
HSL color Cylindrical-coordinate representation of color #CCDE72: hue angle of 70º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCDE72 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 114 | - |
| CMYK | 0.08 | 0 | 0.49 | 0.13 |
| HSL | 70º | 0.62% | 0.66% | - |
| HSV(B) | 70º | 0.49% | 0.87% | - |
| XYZ | 54.06 | 66.29 | 25.87 | - |
| YUV | 204.31 | 77.04 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 114 | 0.08 | 0 | 0.49 | 0.13 | 70 | 0.62 | 0.66 |
| Hex | CC | DE | 72 | 8 | 0 | 31 | D | 46 | 3E | 42 |
| Octal | 314 | 336 | 162 | 10 | 0 | 61 | 15 | 106 | 76 | 102 |
| Binary | 11001100 | 11011110 | 1110010 | 1000 | 0 | 110001 | 1101 | 1000110 | 111110 | 1000010 |
Color Harmonies of #CCDE72
Complementary color
Monochromatic Colors of #CCDE72
Black with #CCDE72
Text Example
Text Example
White with #CCDE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE72; }
p { color: rgb(204,222,114); }
H1.HeaderClassName
{
color: #CCDE72;
}
.AnyTagClassName
{
color: #CCDE72;
}
</style>
background-color css
<style>
a { background-color: #CCDE72; }
a { background-color: rgb(204,222,114); }
div.DivClassName
{
background-color: #CCDE72;
}
.BgClassName
{
background-color: #CCDE72;
}
</style>
border-color css
<style>
span { border-color: #CCDE72; }
span { border-color: rgb(204,222,114); }
td.TdClassName
{
border-color: #CCDE72;
}
.TagClassName
{
border-color: #CCDE72;
}
</style>