Shades of Mindaro #DEEB77
Tints of Mindaro #DEEB77
RGB
CMYK
RGB Variations
Color information
#DEEB77 (or 0xDEEB77) is known color: Mindaro. HEX triplet: DE, EB and 77. RGB value is (222,235,119). Sum of RGB (Red+Green+Blue) = 222+235+119=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 119 (46.88% from 255 or 20.66% from 576); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEB77 is #211488. Grayscale: #DADADA. Windows color (decimal): -2167945 or 7859166. OLE color: 7859166.
HSL color Cylindrical-coordinate representation of color #DEEB77: hue angle of 66.72º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEEB77 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 119 | - |
| CMYK | 0.06 | 0 | 0.49 | 0.08 |
| HSL | 66.72º | 0.74% | 0.69% | - |
| HSV(B) | 66.72º | 0.49% | 0.92% | - |
| XYZ | 63.16 | 76.28 | 28.85 | - |
| YUV | 217.89 | 72.19 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 119 | 0.06 | 0 | 0.49 | 0.08 | 66.72 | 0.74 | 0.69 |
| Hex | DE | EB | 77 | 6 | 0 | 31 | 8 | 43 | 4A | 45 |
| Octal | 336 | 353 | 167 | 6 | 0 | 61 | 10 | 103 | 112 | 105 |
| Binary | 11011110 | 11101011 | 1110111 | 110 | 0 | 110001 | 1000 | 1000011 | 1001010 | 1000101 |
Color Harmonies of #DEEB77
Complementary color
Monochromatic Colors of #DEEB77
Black with #DEEB77
Text Example
Text Example
White with #DEEB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB77; }
p { color: rgb(222,235,119); }
H1.HeaderClassName
{
color: #DEEB77;
}
.AnyTagClassName
{
color: #DEEB77;
}
</style>
background-color css
<style>
a { background-color: #DEEB77; }
a { background-color: rgb(222,235,119); }
div.DivClassName
{
background-color: #DEEB77;
}
.BgClassName
{
background-color: #DEEB77;
}
</style>
border-color css
<style>
span { border-color: #DEEB77; }
span { border-color: rgb(222,235,119); }
td.TdClassName
{
border-color: #DEEB77;
}
.TagClassName
{
border-color: #DEEB77;
}
</style>