Shades of Mindaro #DEEE68
Tints of Mindaro #DEEE68
RGB
CMYK
RGB Variations
Color information
#DEEE68 (or 0xDEEE68) is known color: Mindaro. HEX triplet: DE, EE and 68. RGB value is (222,238,104). Sum of RGB (Red+Green+Blue) = 222+238+104=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 104 (41.02% from 255 or 18.44% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEE68 is #211197. Grayscale: #DADADA. Windows color (decimal): -2167192 or 6876894. OLE color: 6876894.
HSL color Cylindrical-coordinate representation of color #DEEE68: hue angle of 67.16º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DEEE68 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 104 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.07 |
| HSL | 67.16º | 0.8% | 0.67% | - |
| HSV(B) | 67.16º | 0.56% | 0.93% | - |
| XYZ | 63.2 | 77.68 | 24.76 | - |
| YUV | 217.94 | 63.7 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 104 | 0.07 | 0 | 0.56 | 0.07 | 67.16 | 0.8 | 0.67 |
| Hex | DE | EE | 68 | 7 | 0 | 38 | 7 | 43 | 50 | 43 |
| Octal | 336 | 356 | 150 | 7 | 0 | 70 | 7 | 103 | 120 | 103 |
| Binary | 11011110 | 11101110 | 1101000 | 111 | 0 | 111000 | 111 | 1000011 | 1010000 | 1000011 |
Color Harmonies of #DEEE68
Complementary color
Monochromatic Colors of #DEEE68
Black with #DEEE68
Text Example
Text Example
White with #DEEE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE68; }
p { color: rgb(222,238,104); }
H1.HeaderClassName
{
color: #DEEE68;
}
.AnyTagClassName
{
color: #DEEE68;
}
</style>
background-color css
<style>
a { background-color: #DEEE68; }
a { background-color: rgb(222,238,104); }
div.DivClassName
{
background-color: #DEEE68;
}
.BgClassName
{
background-color: #DEEE68;
}
</style>
border-color css
<style>
span { border-color: #DEEE68; }
span { border-color: rgb(222,238,104); }
td.TdClassName
{
border-color: #DEEE68;
}
.TagClassName
{
border-color: #DEEE68;
}
</style>