Shades of Mindaro #CDE972
Tints of Mindaro #CDE972
RGB
CMYK
RGB Variations
Color information
#CDE972 (or 0xCDE972) is known color: Mindaro. HEX triplet: CD, E9 and 72. RGB value is (205,233,114). Sum of RGB (Red+Green+Blue) = 205+233+114=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 233 (91.41% from 255 or 42.21% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE972 is #32168D. Grayscale: #D3D3D3. Windows color (decimal): -3282574 or 7530957. OLE color: 7530957.
HSL color Cylindrical-coordinate representation of color #CDE972: hue angle of 74.12º degrees, saturation: 0.73, 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 #CDE972 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 114 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.09 |
| HSL | 74.12º | 0.73% | 0.68% | - |
| HSV(B) | 74.12º | 0.51% | 0.91% | - |
| XYZ | 57.35 | 72.47 | 26.89 | - |
| YUV | 211.06 | 73.22 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 114 | 0.12 | 0 | 0.51 | 0.09 | 74.12 | 0.73 | 0.68 |
| Hex | CD | E9 | 72 | C | 0 | 33 | 9 | 4A | 49 | 44 |
| Octal | 315 | 351 | 162 | 14 | 0 | 63 | 11 | 112 | 111 | 104 |
| Binary | 11001101 | 11101001 | 1110010 | 1100 | 0 | 110011 | 1001 | 1001010 | 1001001 | 1000100 |
Color Harmonies of #CDE972
Complementary color
Monochromatic Colors of #CDE972
Black with #CDE972
Text Example
Text Example
White with #CDE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE972; }
p { color: rgb(205,233,114); }
H1.HeaderClassName
{
color: #CDE972;
}
.AnyTagClassName
{
color: #CDE972;
}
</style>
background-color css
<style>
a { background-color: #CDE972; }
a { background-color: rgb(205,233,114); }
div.DivClassName
{
background-color: #CDE972;
}
.BgClassName
{
background-color: #CDE972;
}
</style>
border-color css
<style>
span { border-color: #CDE972; }
span { border-color: rgb(205,233,114); }
td.TdClassName
{
border-color: #CDE972;
}
.TagClassName
{
border-color: #CDE972;
}
</style>