Shades of Mindaro #DEEE74
Tints of Mindaro #DEEE74
RGB
CMYK
RGB Variations
Color information
#DEEE74 (or 0xDEEE74) is known color: Mindaro. HEX triplet: DE, EE and 74. RGB value is (222,238,116). Sum of RGB (Red+Green+Blue) = 222+238+116=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 116 (45.70% from 255 or 20.14% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEE74 is #21118B. Grayscale: #DBDBDB. Windows color (decimal): -2167180 or 7663326. OLE color: 7663326.
HSL color Cylindrical-coordinate representation of color #DEEE74: hue angle of 67.87º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEEE74 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 116 | - |
| CMYK | 0.07 | 0 | 0.51 | 0.07 |
| HSL | 67.87º | 0.78% | 0.69% | - |
| HSV(B) | 67.87º | 0.51% | 0.93% | - |
| XYZ | 63.85 | 77.94 | 28.2 | - |
| YUV | 219.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 116 | 0.07 | 0 | 0.51 | 0.07 | 67.87 | 0.78 | 0.69 |
| Hex | DE | EE | 74 | 7 | 0 | 33 | 7 | 44 | 4E | 45 |
| Octal | 336 | 356 | 164 | 7 | 0 | 63 | 7 | 104 | 116 | 105 |
| Binary | 11011110 | 11101110 | 1110100 | 111 | 0 | 110011 | 111 | 1000100 | 1001110 | 1000101 |
Color Harmonies of #DEEE74
Complementary color
Monochromatic Colors of #DEEE74
Black with #DEEE74
Text Example
Text Example
White with #DEEE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE74; }
p { color: rgb(222,238,116); }
H1.HeaderClassName
{
color: #DEEE74;
}
.AnyTagClassName
{
color: #DEEE74;
}
</style>
background-color css
<style>
a { background-color: #DEEE74; }
a { background-color: rgb(222,238,116); }
div.DivClassName
{
background-color: #DEEE74;
}
.BgClassName
{
background-color: #DEEE74;
}
</style>
border-color css
<style>
span { border-color: #DEEE74; }
span { border-color: rgb(222,238,116); }
td.TdClassName
{
border-color: #DEEE74;
}
.TagClassName
{
border-color: #DEEE74;
}
</style>