Shades of Mindaro #DEED72
Tints of Mindaro #DEED72
RGB
CMYK
RGB Variations
Color information
#DEED72 (or 0xDEED72) is known color: Mindaro. HEX triplet: DE, ED and 72. RGB value is (222,237,114). Sum of RGB (Red+Green+Blue) = 222+237+114=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 114 (44.92% from 255 or 19.90% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEED72 is #21128D. Grayscale: #DADADA. Windows color (decimal): -2167438 or 7531998. OLE color: 7531998.
HSL color Cylindrical-coordinate representation of color #DEED72: hue angle of 67.32º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEED72 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 114 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.07 |
| HSL | 67.32º | 0.77% | 0.69% | - |
| HSV(B) | 67.32º | 0.52% | 0.93% | - |
| XYZ | 63.45 | 77.31 | 27.5 | - |
| YUV | 218.49 | 69.03 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 114 | 0.06 | 0 | 0.52 | 0.07 | 67.32 | 0.77 | 0.69 |
| Hex | DE | ED | 72 | 6 | 0 | 34 | 7 | 43 | 4D | 45 |
| Octal | 336 | 355 | 162 | 6 | 0 | 64 | 7 | 103 | 115 | 105 |
| Binary | 11011110 | 11101101 | 1110010 | 110 | 0 | 110100 | 111 | 1000011 | 1001101 | 1000101 |
Color Harmonies of #DEED72
Complementary color
Monochromatic Colors of #DEED72
Black with #DEED72
Text Example
Text Example
White with #DEED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED72; }
p { color: rgb(222,237,114); }
H1.HeaderClassName
{
color: #DEED72;
}
.AnyTagClassName
{
color: #DEED72;
}
</style>
background-color css
<style>
a { background-color: #DEED72; }
a { background-color: rgb(222,237,114); }
div.DivClassName
{
background-color: #DEED72;
}
.BgClassName
{
background-color: #DEED72;
}
</style>
border-color css
<style>
span { border-color: #DEED72; }
span { border-color: rgb(222,237,114); }
td.TdClassName
{
border-color: #DEED72;
}
.TagClassName
{
border-color: #DEED72;
}
</style>