Shades of Mindaro #DEE77B
Tints of Mindaro #DEE77B
RGB
CMYK
RGB Variations
Color information
#DEE77B (or 0xDEE77B) is known color: Mindaro. HEX triplet: DE, E7 and 7B. RGB value is (222,231,123). Sum of RGB (Red+Green+Blue) = 222+231+123=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 231 (90.62% from 255 or 40.10% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE77B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEE77B is #211884. Grayscale: #D8D8D8. Windows color (decimal): -2168965 or 8120286. OLE color: 8120286.
HSL color Cylindrical-coordinate representation of color #DEE77B: hue angle of 65º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DEE77B is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 123 | - |
| CMYK | 0.04 | 0 | 0.47 | 0.09 |
| HSL | 65º | 0.69% | 0.69% | - |
| HSV(B) | 65º | 0.47% | 0.91% | - |
| XYZ | 62.28 | 74.11 | 29.76 | - |
| YUV | 216 | 75.52 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 123 | 0.04 | 0 | 0.47 | 0.09 | 65 | 0.69 | 0.69 |
| Hex | DE | E7 | 7B | 4 | 0 | 2F | 9 | 41 | 45 | 45 |
| Octal | 336 | 347 | 173 | 4 | 0 | 57 | 11 | 101 | 105 | 105 |
| Binary | 11011110 | 11100111 | 1111011 | 100 | 0 | 101111 | 1001 | 1000001 | 1000101 | 1000101 |
Color Harmonies of #DEE77B
Complementary color
Monochromatic Colors of #DEE77B
Black with #DEE77B
Text Example
Text Example
White with #DEE77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE77B; }
p { color: rgb(222,231,123); }
H1.HeaderClassName
{
color: #DEE77B;
}
.AnyTagClassName
{
color: #DEE77B;
}
</style>
background-color css
<style>
a { background-color: #DEE77B; }
a { background-color: rgb(222,231,123); }
div.DivClassName
{
background-color: #DEE77B;
}
.BgClassName
{
background-color: #DEE77B;
}
</style>
border-color css
<style>
span { border-color: #DEE77B; }
span { border-color: rgb(222,231,123); }
td.TdClassName
{
border-color: #DEE77B;
}
.TagClassName
{
border-color: #DEE77B;
}
</style>