Shades of Mindaro #DEEE7D
Tints of Mindaro #DEEE7D
RGB
CMYK
RGB Variations
Color information
#DEEE7D (or 0xDEEE7D) is known color: Mindaro. HEX triplet: DE, EE and 7D. RGB value is (222,238,125). Sum of RGB (Red+Green+Blue) = 222+238+125=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEE7D is #211182. Grayscale: #DCDCDC. Windows color (decimal): -2167171 or 8253150. OLE color: 8253150.
HSL color Cylindrical-coordinate representation of color #DEEE7D: hue angle of 68.5º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEEE7D is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 125 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.07 |
| HSL | 68.5º | 0.77% | 0.71% | - |
| HSV(B) | 68.5º | 0.47% | 0.93% | - |
| XYZ | 64.4 | 78.16 | 31.09 | - |
| YUV | 220.33 | 74.2 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 125 | 0.07 | 0 | 0.47 | 0.07 | 68.5 | 0.77 | 0.71 |
| Hex | DE | EE | 7D | 7 | 0 | 2F | 7 | 44 | 4D | 47 |
| Octal | 336 | 356 | 175 | 7 | 0 | 57 | 7 | 104 | 115 | 107 |
| Binary | 11011110 | 11101110 | 1111101 | 111 | 0 | 101111 | 111 | 1000100 | 1001101 | 1000111 |
Color Harmonies of #DEEE7D
Complementary color
Monochromatic Colors of #DEEE7D
Black with #DEEE7D
Text Example
Text Example
White with #DEEE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE7D; }
p { color: rgb(222,238,125); }
H1.HeaderClassName
{
color: #DEEE7D;
}
.AnyTagClassName
{
color: #DEEE7D;
}
</style>
background-color css
<style>
a { background-color: #DEEE7D; }
a { background-color: rgb(222,238,125); }
div.DivClassName
{
background-color: #DEEE7D;
}
.BgClassName
{
background-color: #DEEE7D;
}
</style>
border-color css
<style>
span { border-color: #DEEE7D; }
span { border-color: rgb(222,238,125); }
td.TdClassName
{
border-color: #DEEE7D;
}
.TagClassName
{
border-color: #DEEE7D;
}
</style>