Shades of Mindaro #DEEF7A
Tints of Mindaro #DEEF7A
RGB
CMYK
RGB Variations
Color information
#DEEF7A (or 0xDEEF7A) is known color: Mindaro. HEX triplet: DE, EF and 7A. RGB value is (222,239,122). Sum of RGB (Red+Green+Blue) = 222+239+122=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 122 (48.05% from 255 or 20.93% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEF7A is #211085. Grayscale: #DDDDDD. Windows color (decimal): -2166918 or 8056798. OLE color: 8056798.
HSL color Cylindrical-coordinate representation of color #DEEF7A: hue angle of 68.72º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEEF7A is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 239 | 122 | - |
| CMYK | 0.07 | 0 | 0.49 | 0.06 |
| HSL | 68.72º | 0.79% | 0.71% | - |
| HSV(B) | 68.72º | 0.49% | 0.94% | - |
| XYZ | 64.5 | 78.67 | 30.2 | - |
| YUV | 220.58 | 72.37 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 239 | 122 | 0.07 | 0 | 0.49 | 0.06 | 68.72 | 0.79 | 0.71 |
| Hex | DE | EF | 7A | 7 | 0 | 31 | 6 | 45 | 4F | 47 |
| Octal | 336 | 357 | 172 | 7 | 0 | 61 | 6 | 105 | 117 | 107 |
| Binary | 11011110 | 11101111 | 1111010 | 111 | 0 | 110001 | 110 | 1000101 | 1001111 | 1000111 |
Color Harmonies of #DEEF7A
Complementary color
Monochromatic Colors of #DEEF7A
Black with #DEEF7A
Text Example
Text Example
White with #DEEF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEF7A; }
p { color: rgb(222,239,122); }
H1.HeaderClassName
{
color: #DEEF7A;
}
.AnyTagClassName
{
color: #DEEF7A;
}
</style>
background-color css
<style>
a { background-color: #DEEF7A; }
a { background-color: rgb(222,239,122); }
div.DivClassName
{
background-color: #DEEF7A;
}
.BgClassName
{
background-color: #DEEF7A;
}
</style>
border-color css
<style>
span { border-color: #DEEF7A; }
span { border-color: rgb(222,239,122); }
td.TdClassName
{
border-color: #DEEF7A;
}
.TagClassName
{
border-color: #DEEF7A;
}
</style>