Shades of Mindaro #D3EF6A
Tints of Mindaro #D3EF6A
RGB
CMYK
RGB Variations
Color information
#D3EF6A (or 0xD3EF6A) is known color: Mindaro. HEX triplet: D3, EF and 6A. RGB value is (211,239,106). Sum of RGB (Red+Green+Blue) = 211+239+106=556 (73% of max value = 765). Red value is 211 (82.81% from 255 or 37.95% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EF6A is #2C1095. Grayscale: #D7D7D7. Windows color (decimal): -2887830 or 7008211. OLE color: 7008211.
HSL color Cylindrical-coordinate representation of color #D3EF6A: hue angle of 72.63º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3EF6A is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 106 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.06 |
| HSL | 72.63º | 0.81% | 0.68% | - |
| HSV(B) | 72.63º | 0.56% | 0.94% | - |
| XYZ | 60.33 | 76.62 | 25.25 | - |
| YUV | 215.47 | 66.22 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 106 | 0.12 | 0 | 0.56 | 0.06 | 72.63 | 0.81 | 0.68 |
| Hex | D3 | EF | 6A | C | 0 | 38 | 6 | 49 | 51 | 44 |
| Octal | 323 | 357 | 152 | 14 | 0 | 70 | 6 | 111 | 121 | 104 |
| Binary | 11010011 | 11101111 | 1101010 | 1100 | 0 | 111000 | 110 | 1001001 | 1010001 | 1000100 |
Color Harmonies of #D3EF6A
Complementary color
Monochromatic Colors of #D3EF6A
Black with #D3EF6A
Text Example
Text Example
White with #D3EF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EF6A; }
p { color: rgb(211,239,106); }
H1.HeaderClassName
{
color: #D3EF6A;
}
.AnyTagClassName
{
color: #D3EF6A;
}
</style>
background-color css
<style>
a { background-color: #D3EF6A; }
a { background-color: rgb(211,239,106); }
div.DivClassName
{
background-color: #D3EF6A;
}
.BgClassName
{
background-color: #D3EF6A;
}
</style>
border-color css
<style>
span { border-color: #D3EF6A; }
span { border-color: rgb(211,239,106); }
td.TdClassName
{
border-color: #D3EF6A;
}
.TagClassName
{
border-color: #D3EF6A;
}
</style>