Shades of Mindaro #DEEF70
Tints of Mindaro #DEEF70
RGB
CMYK
RGB Variations
Color information
#DEEF70 (or 0xDEEF70) is known color: Mindaro. HEX triplet: DE, EF and 70. RGB value is (222,239,112). Sum of RGB (Red+Green+Blue) = 222+239+112=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEF70 is #21108F. Grayscale: #DBDBDB. Windows color (decimal): -2166928 or 7401438. OLE color: 7401438.
HSL color Cylindrical-coordinate representation of color #DEEF70: hue angle of 68.03º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEEF70 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 112 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.06 |
| HSL | 68.03º | 0.8% | 0.69% | - |
| HSV(B) | 68.03º | 0.53% | 0.94% | - |
| XYZ | 63.92 | 78.43 | 27.1 | - |
| YUV | 219.44 | 67.37 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 112 | 0.07 | 0 | 0.53 | 0.06 | 68.03 | 0.8 | 0.69 |
| Hex | DE | EF | 70 | 7 | 0 | 35 | 6 | 44 | 50 | 45 |
| Octal | 336 | 357 | 160 | 7 | 0 | 65 | 6 | 104 | 120 | 105 |
| Binary | 11011110 | 11101111 | 1110000 | 111 | 0 | 110101 | 110 | 1000100 | 1010000 | 1000101 |
Color Harmonies of #DEEF70
Complementary color
Monochromatic Colors of #DEEF70
Black with #DEEF70
Text Example
Text Example
White with #DEEF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEF70; }
p { color: rgb(222,239,112); }
H1.HeaderClassName
{
color: #DEEF70;
}
.AnyTagClassName
{
color: #DEEF70;
}
</style>
background-color css
<style>
a { background-color: #DEEF70; }
a { background-color: rgb(222,239,112); }
div.DivClassName
{
background-color: #DEEF70;
}
.BgClassName
{
background-color: #DEEF70;
}
</style>
border-color css
<style>
span { border-color: #DEEF70; }
span { border-color: rgb(222,239,112); }
td.TdClassName
{
border-color: #DEEF70;
}
.TagClassName
{
border-color: #DEEF70;
}
</style>