Shades of Mindaro #DEEB70
Tints of Mindaro #DEEB70
RGB
CMYK
RGB Variations
Color information
#DEEB70 (or 0xDEEB70) is known color: Mindaro. HEX triplet: DE, EB and 70. RGB value is (222,235,112). Sum of RGB (Red+Green+Blue) = 222+235+112=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEB70 is #21148F. Grayscale: #D9D9D9. Windows color (decimal): -2167952 or 7400414. OLE color: 7400414.
HSL color Cylindrical-coordinate representation of color #DEEB70: hue angle of 66.34º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEEB70 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 112 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.08 |
| HSL | 66.34º | 0.75% | 0.68% | - |
| HSV(B) | 66.34º | 0.52% | 0.92% | - |
| XYZ | 62.76 | 76.12 | 26.71 | - |
| YUV | 217.09 | 68.69 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 112 | 0.06 | 0 | 0.52 | 0.08 | 66.34 | 0.75 | 0.68 |
| Hex | DE | EB | 70 | 6 | 0 | 34 | 8 | 42 | 4B | 44 |
| Octal | 336 | 353 | 160 | 6 | 0 | 64 | 10 | 102 | 113 | 104 |
| Binary | 11011110 | 11101011 | 1110000 | 110 | 0 | 110100 | 1000 | 1000010 | 1001011 | 1000100 |
Color Harmonies of #DEEB70
Complementary color
Monochromatic Colors of #DEEB70
Black with #DEEB70
Text Example
Text Example
White with #DEEB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB70; }
p { color: rgb(222,235,112); }
H1.HeaderClassName
{
color: #DEEB70;
}
.AnyTagClassName
{
color: #DEEB70;
}
</style>
background-color css
<style>
a { background-color: #DEEB70; }
a { background-color: rgb(222,235,112); }
div.DivClassName
{
background-color: #DEEB70;
}
.BgClassName
{
background-color: #DEEB70;
}
</style>
border-color css
<style>
span { border-color: #DEEB70; }
span { border-color: rgb(222,235,112); }
td.TdClassName
{
border-color: #DEEB70;
}
.TagClassName
{
border-color: #DEEB70;
}
</style>