Shades of Mindaro #D3FB6D
Tints of Mindaro #D3FB6D
RGB
CMYK
RGB Variations
Color information
#D3FB6D (or 0xD3FB6D) is known color: Mindaro. HEX triplet: D3, FB and 6D. RGB value is (211,251,109). Sum of RGB (Red+Green+Blue) = 211+251+109=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 251 (98.44% from 255 or 43.96% from 571); Blue value is 109 (42.97% from 255 or 19.09% from 571); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FB6D is #2C0492. Grayscale: #DFDFDF. Windows color (decimal): -2884755 or 7207891. OLE color: 7207891.
HSL color Cylindrical-coordinate representation of color #D3FB6D: hue angle of 76.9º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D3FB6D is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 251 | 109 | - |
| CMYK | 0.16 | 0 | 0.57 | 0.02 |
| HSL | 76.9º | 0.95% | 0.71% | - |
| HSV(B) | 76.9º | 0.57% | 0.98% | - |
| XYZ | 64.12 | 83.95 | 27.29 | - |
| YUV | 222.85 | 63.75 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 251 | 109 | 0.16 | 0 | 0.57 | 0.02 | 76.9 | 0.95 | 0.71 |
| Hex | D3 | FB | 6D | 10 | 0 | 39 | 2 | 4D | 5F | 47 |
| Octal | 323 | 373 | 155 | 20 | 0 | 71 | 2 | 115 | 137 | 107 |
| Binary | 11010011 | 11111011 | 1101101 | 10000 | 0 | 111001 | 10 | 1001101 | 1011111 | 1000111 |
Color Harmonies of #D3FB6D
Complementary color
Monochromatic Colors of #D3FB6D
Black with #D3FB6D
Text Example
Text Example
White with #D3FB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FB6D; }
p { color: rgb(211,251,109); }
H1.HeaderClassName
{
color: #D3FB6D;
}
.AnyTagClassName
{
color: #D3FB6D;
}
</style>
background-color css
<style>
a { background-color: #D3FB6D; }
a { background-color: rgb(211,251,109); }
div.DivClassName
{
background-color: #D3FB6D;
}
.BgClassName
{
background-color: #D3FB6D;
}
</style>
border-color css
<style>
span { border-color: #D3FB6D; }
span { border-color: rgb(211,251,109); }
td.TdClassName
{
border-color: #D3FB6D;
}
.TagClassName
{
border-color: #D3FB6D;
}
</style>