Shades of Mindaro #D3FE6D
Tints of Mindaro #D3FE6D
RGB
CMYK
RGB Variations
Color information
#D3FE6D (or 0xD3FE6D) is known color: Mindaro. HEX triplet: D3, FE and 6D. RGB value is (211,254,109). Sum of RGB (Red+Green+Blue) = 211+254+109=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 254 (99.61% from 255 or 44.25% from 574); Blue value is 109 (42.97% from 255 or 18.99% from 574); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FE6D is #2C0192. Grayscale: #E1E1E1. Windows color (decimal): -2883987 or 7208659. OLE color: 7208659.
HSL color Cylindrical-coordinate representation of color #D3FE6D: hue angle of 77.79º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3FE6D is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 254 | 109 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.00 |
| HSL | 77.79º | 0.99% | 0.71% | - |
| HSV(B) | 77.79º | 0.57% | 1% | - |
| XYZ | 65.07 | 85.84 | 27.61 | - |
| YUV | 224.61 | 62.75 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 254 | 109 | 0.17 | 0 | 0.57 | 0.00 | 77.79 | 0.99 | 0.71 |
| Hex | D3 | FE | 6D | 11 | 0 | 39 | 0 | 4E | 63 | 47 |
| Octal | 323 | 376 | 155 | 21 | 0 | 71 | 0 | 116 | 143 | 107 |
| Binary | 11010011 | 11111110 | 1101101 | 10001 | 0 | 111001 | 0 | 1001110 | 1100011 | 1000111 |
Color Harmonies of #D3FE6D
Complementary color
Monochromatic Colors of #D3FE6D
Black with #D3FE6D
Text Example
Text Example
White with #D3FE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FE6D; }
p { color: rgb(211,254,109); }
H1.HeaderClassName
{
color: #D3FE6D;
}
.AnyTagClassName
{
color: #D3FE6D;
}
</style>
background-color css
<style>
a { background-color: #D3FE6D; }
a { background-color: rgb(211,254,109); }
div.DivClassName
{
background-color: #D3FE6D;
}
.BgClassName
{
background-color: #D3FE6D;
}
</style>
border-color css
<style>
span { border-color: #D3FE6D; }
span { border-color: rgb(211,254,109); }
td.TdClassName
{
border-color: #D3FE6D;
}
.TagClassName
{
border-color: #D3FE6D;
}
</style>