Shades of Mindaro #DEF76D
Tints of Mindaro #DEF76D
RGB
CMYK
RGB Variations
Color information
#DEF76D (or 0xDEF76D) is known color: Mindaro. HEX triplet: DE, F7 and 6D. RGB value is (222,247,109). Sum of RGB (Red+Green+Blue) = 222+247+109=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 109 (42.97% from 255 or 18.86% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF76D is #210892. Grayscale: #E0E0E0. Windows color (decimal): -2164883 or 7206878. OLE color: 7206878.
HSL color Cylindrical-coordinate representation of color #DEF76D: hue angle of 70.87º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEF76D is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 247 | 109 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.03 |
| HSL | 70.87º | 0.9% | 0.7% | - |
| HSV(B) | 70.87º | 0.56% | 0.97% | - |
| XYZ | 66.15 | 83.16 | 27.03 | - |
| YUV | 223.79 | 63.22 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 247 | 109 | 0.10 | 0 | 0.56 | 0.03 | 70.87 | 0.9 | 0.7 |
| Hex | DE | F7 | 6D | A | 0 | 38 | 3 | 47 | 5A | 46 |
| Octal | 336 | 367 | 155 | 12 | 0 | 70 | 3 | 107 | 132 | 106 |
| Binary | 11011110 | 11110111 | 1101101 | 1010 | 0 | 111000 | 11 | 1000111 | 1011010 | 1000110 |
Color Harmonies of #DEF76D
Complementary color
Monochromatic Colors of #DEF76D
Black with #DEF76D
Text Example
Text Example
White with #DEF76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF76D; }
p { color: rgb(222,247,109); }
H1.HeaderClassName
{
color: #DEF76D;
}
.AnyTagClassName
{
color: #DEF76D;
}
</style>
background-color css
<style>
a { background-color: #DEF76D; }
a { background-color: rgb(222,247,109); }
div.DivClassName
{
background-color: #DEF76D;
}
.BgClassName
{
background-color: #DEF76D;
}
</style>
border-color css
<style>
span { border-color: #DEF76D; }
span { border-color: rgb(222,247,109); }
td.TdClassName
{
border-color: #DEF76D;
}
.TagClassName
{
border-color: #DEF76D;
}
</style>