Shades of Mindaro #DEEE83
Tints of Mindaro #DEEE83
RGB
CMYK
RGB Variations
Color information
#DEEE83 (or 0xDEEE83) is known color: Mindaro. HEX triplet: DE, EE and 83. RGB value is (222,238,131). Sum of RGB (Red+Green+Blue) = 222+238+131=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEE83 is #21117C. Grayscale: #DDDDDD. Windows color (decimal): -2167165 or 8646366. OLE color: 8646366.
HSL color Cylindrical-coordinate representation of color #DEEE83: hue angle of 68.97º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEEE83 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 131 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.07 |
| HSL | 68.97º | 0.76% | 0.72% | - |
| HSV(B) | 68.97º | 0.45% | 0.93% | - |
| XYZ | 64.8 | 78.32 | 33.17 | - |
| YUV | 221.02 | 77.2 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 131 | 0.07 | 0 | 0.45 | 0.07 | 68.97 | 0.76 | 0.72 |
| Hex | DE | EE | 83 | 7 | 0 | 2D | 7 | 45 | 4C | 48 |
| Octal | 336 | 356 | 203 | 7 | 0 | 55 | 7 | 105 | 114 | 110 |
| Binary | 11011110 | 11101110 | 10000011 | 111 | 0 | 101101 | 111 | 1000101 | 1001100 | 1001000 |
Color Harmonies of #DEEE83
Complementary color
Monochromatic Colors of #DEEE83
Black with #DEEE83
Text Example
Text Example
White with #DEEE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE83; }
p { color: rgb(222,238,131); }
H1.HeaderClassName
{
color: #DEEE83;
}
.AnyTagClassName
{
color: #DEEE83;
}
</style>
background-color css
<style>
a { background-color: #DEEE83; }
a { background-color: rgb(222,238,131); }
div.DivClassName
{
background-color: #DEEE83;
}
.BgClassName
{
background-color: #DEEE83;
}
</style>
border-color css
<style>
span { border-color: #DEEE83; }
span { border-color: rgb(222,238,131); }
td.TdClassName
{
border-color: #DEEE83;
}
.TagClassName
{
border-color: #DEEE83;
}
</style>