Shades of Mindaro #D3EF77
Tints of Mindaro #D3EF77
RGB
CMYK
RGB Variations
Color information
#D3EF77 (or 0xD3EF77) is known color: Mindaro. HEX triplet: D3, EF and 77. RGB value is (211,239,119). Sum of RGB (Red+Green+Blue) = 211+239+119=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 119 (46.88% from 255 or 20.91% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EF77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EF77 is #2C1088. Grayscale: #D9D9D9. Windows color (decimal): -2887817 or 7860179. OLE color: 7860179.
HSL color Cylindrical-coordinate representation of color #D3EF77: hue angle of 74º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3EF77 is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 119 | - |
| CMYK | 0.12 | 0 | 0.50 | 0.06 |
| HSL | 74º | 0.79% | 0.7% | - |
| HSV(B) | 74º | 0.5% | 0.94% | - |
| XYZ | 61.06 | 76.91 | 29.08 | - |
| YUV | 216.95 | 72.72 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 119 | 0.12 | 0 | 0.50 | 0.06 | 74 | 0.79 | 0.7 |
| Hex | D3 | EF | 77 | C | 0 | 32 | 6 | 4A | 4F | 46 |
| Octal | 323 | 357 | 167 | 14 | 0 | 62 | 6 | 112 | 117 | 106 |
| Binary | 11010011 | 11101111 | 1110111 | 1100 | 0 | 110010 | 110 | 1001010 | 1001111 | 1000110 |
Color Harmonies of #D3EF77
Complementary color
Monochromatic Colors of #D3EF77
Black with #D3EF77
Text Example
Text Example
White with #D3EF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EF77; }
p { color: rgb(211,239,119); }
H1.HeaderClassName
{
color: #D3EF77;
}
.AnyTagClassName
{
color: #D3EF77;
}
</style>
background-color css
<style>
a { background-color: #D3EF77; }
a { background-color: rgb(211,239,119); }
div.DivClassName
{
background-color: #D3EF77;
}
.BgClassName
{
background-color: #D3EF77;
}
</style>
border-color css
<style>
span { border-color: #D3EF77; }
span { border-color: rgb(211,239,119); }
td.TdClassName
{
border-color: #D3EF77;
}
.TagClassName
{
border-color: #D3EF77;
}
</style>