Shades of Mindaro #DEEE67
Tints of Mindaro #DEEE67
RGB
CMYK
RGB Variations
Color information
#DEEE67 (or 0xDEEE67) is known color: Mindaro. HEX triplet: DE, EE and 67. RGB value is (222,238,103). Sum of RGB (Red+Green+Blue) = 222+238+103=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 103 (40.62% from 255 or 18.29% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEE67 is #211198. Grayscale: #DADADA. Windows color (decimal): -2167193 or 6811358. OLE color: 6811358.
HSL color Cylindrical-coordinate representation of color #DEEE67: hue angle of 67.11º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DEEE67 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 103 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.07 |
| HSL | 67.11º | 0.8% | 0.67% | - |
| HSV(B) | 67.11º | 0.57% | 0.93% | - |
| XYZ | 63.15 | 77.66 | 24.49 | - |
| YUV | 217.83 | 63.2 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 103 | 0.07 | 0 | 0.57 | 0.07 | 67.11 | 0.8 | 0.67 |
| Hex | DE | EE | 67 | 7 | 0 | 39 | 7 | 43 | 50 | 43 |
| Octal | 336 | 356 | 147 | 7 | 0 | 71 | 7 | 103 | 120 | 103 |
| Binary | 11011110 | 11101110 | 1100111 | 111 | 0 | 111001 | 111 | 1000011 | 1010000 | 1000011 |
Color Harmonies of #DEEE67
Complementary color
Monochromatic Colors of #DEEE67
Black with #DEEE67
Text Example
Text Example
White with #DEEE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE67; }
p { color: rgb(222,238,103); }
H1.HeaderClassName
{
color: #DEEE67;
}
.AnyTagClassName
{
color: #DEEE67;
}
</style>
background-color css
<style>
a { background-color: #DEEE67; }
a { background-color: rgb(222,238,103); }
div.DivClassName
{
background-color: #DEEE67;
}
.BgClassName
{
background-color: #DEEE67;
}
</style>
border-color css
<style>
span { border-color: #DEEE67; }
span { border-color: rgb(222,238,103); }
td.TdClassName
{
border-color: #DEEE67;
}
.TagClassName
{
border-color: #DEEE67;
}
</style>