Shades of Mindaro #D3EF74
Tints of Mindaro #D3EF74
RGB
CMYK
RGB Variations
Color information
#D3EF74 (or 0xD3EF74) is known color: Mindaro. HEX triplet: D3, EF and 74. RGB value is (211,239,116). Sum of RGB (Red+Green+Blue) = 211+239+116=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EF74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EF74 is #2C108B. Grayscale: #D9D9D9. Windows color (decimal): -2887820 or 7663571. OLE color: 7663571.
HSL color Cylindrical-coordinate representation of color #D3EF74: hue angle of 73.66º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3EF74 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 116 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.06 |
| HSL | 73.66º | 0.79% | 0.7% | - |
| HSV(B) | 73.66º | 0.51% | 0.94% | - |
| XYZ | 60.88 | 76.84 | 28.15 | - |
| YUV | 216.61 | 71.22 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 116 | 0.12 | 0 | 0.51 | 0.06 | 73.66 | 0.79 | 0.7 |
| Hex | D3 | EF | 74 | C | 0 | 33 | 6 | 4A | 4F | 46 |
| Octal | 323 | 357 | 164 | 14 | 0 | 63 | 6 | 112 | 117 | 106 |
| Binary | 11010011 | 11101111 | 1110100 | 1100 | 0 | 110011 | 110 | 1001010 | 1001111 | 1000110 |
Color Harmonies of #D3EF74
Complementary color
Monochromatic Colors of #D3EF74
Black with #D3EF74
Text Example
Text Example
White with #D3EF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EF74; }
p { color: rgb(211,239,116); }
H1.HeaderClassName
{
color: #D3EF74;
}
.AnyTagClassName
{
color: #D3EF74;
}
</style>
background-color css
<style>
a { background-color: #D3EF74; }
a { background-color: rgb(211,239,116); }
div.DivClassName
{
background-color: #D3EF74;
}
.BgClassName
{
background-color: #D3EF74;
}
</style>
border-color css
<style>
span { border-color: #D3EF74; }
span { border-color: rgb(211,239,116); }
td.TdClassName
{
border-color: #D3EF74;
}
.TagClassName
{
border-color: #D3EF74;
}
</style>