Shades of Mindaro #DEE677
Tints of Mindaro #DEE677
RGB
CMYK
RGB Variations
Color information
#DEE677 (or 0xDEE677) is known color: Mindaro. HEX triplet: DE, E6 and 77. RGB value is (222,230,119). Sum of RGB (Red+Green+Blue) = 222+230+119=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 230 (90.23% from 255 or 40.28% from 571); Blue value is 119 (46.88% from 255 or 20.84% from 571); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE677 is #211988. Grayscale: #D7D7D7. Windows color (decimal): -2169225 or 7857886. OLE color: 7857886.
HSL color Cylindrical-coordinate representation of color #DEE677: hue angle of 64.32º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEE677 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 119 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.10 |
| HSL | 64.32º | 0.69% | 0.68% | - |
| HSV(B) | 64.32º | 0.48% | 0.9% | - |
| XYZ | 61.75 | 73.46 | 28.38 | - |
| YUV | 214.95 | 73.85 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 119 | 0.03 | 0 | 0.48 | 0.10 | 64.32 | 0.69 | 0.68 |
| Hex | DE | E6 | 77 | 3 | 0 | 30 | A | 40 | 45 | 44 |
| Octal | 336 | 346 | 167 | 3 | 0 | 60 | 12 | 100 | 105 | 104 |
| Binary | 11011110 | 11100110 | 1110111 | 11 | 0 | 110000 | 1010 | 1000000 | 1000101 | 1000100 |
Color Harmonies of #DEE677
Complementary color
Monochromatic Colors of #DEE677
Black with #DEE677
Text Example
Text Example
White with #DEE677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE677; }
p { color: rgb(222,230,119); }
H1.HeaderClassName
{
color: #DEE677;
}
.AnyTagClassName
{
color: #DEE677;
}
</style>
background-color css
<style>
a { background-color: #DEE677; }
a { background-color: rgb(222,230,119); }
div.DivClassName
{
background-color: #DEE677;
}
.BgClassName
{
background-color: #DEE677;
}
</style>
border-color css
<style>
span { border-color: #DEE677; }
span { border-color: rgb(222,230,119); }
td.TdClassName
{
border-color: #DEE677;
}
.TagClassName
{
border-color: #DEE677;
}
</style>