Shades of Mindaro #D3FB4F
Tints of Mindaro #D3FB4F
RGB
CMYK
RGB Variations
Color information
#D3FB4F (or 0xD3FB4F) is known color: Mindaro. HEX triplet: D3, FB and 4F. RGB value is (211,251,79). Sum of RGB (Red+Green+Blue) = 211+251+79=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 251 (98.44% from 255 or 46.40% from 541); Blue value is 79 (31.25% from 255 or 14.60% from 541); Max value from RGB is 251 - color contains mainly: green. Hex color #D3FB4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3FB4F is #2C04B0. Grayscale: #DCDCDC. Windows color (decimal): -2884785 or 5241811. OLE color: 5241811.
HSL color Cylindrical-coordinate representation of color #D3FB4F: hue angle of 73.95º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3FB4F is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 251 | 79 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.02 |
| HSL | 73.95º | 0.96% | 0.65% | - |
| HSV(B) | 73.95º | 0.69% | 0.98% | - |
| XYZ | 62.77 | 83.41 | 20.19 | - |
| YUV | 219.43 | 48.75 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 251 | 79 | 0.16 | 0 | 0.69 | 0.02 | 73.95 | 0.96 | 0.65 |
| Hex | D3 | FB | 4F | 10 | 0 | 45 | 2 | 4A | 60 | 41 |
| Octal | 323 | 373 | 117 | 20 | 0 | 105 | 2 | 112 | 140 | 101 |
| Binary | 11010011 | 11111011 | 1001111 | 10000 | 0 | 1000101 | 10 | 1001010 | 1100000 | 1000001 |
Color Harmonies of #D3FB4F
Complementary color
Monochromatic Colors of #D3FB4F
Black with #D3FB4F
Text Example
Text Example
White with #D3FB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FB4F; }
p { color: rgb(211,251,79); }
H1.HeaderClassName
{
color: #D3FB4F;
}
.AnyTagClassName
{
color: #D3FB4F;
}
</style>
background-color css
<style>
a { background-color: #D3FB4F; }
a { background-color: rgb(211,251,79); }
div.DivClassName
{
background-color: #D3FB4F;
}
.BgClassName
{
background-color: #D3FB4F;
}
</style>
border-color css
<style>
span { border-color: #D3FB4F; }
span { border-color: rgb(211,251,79); }
td.TdClassName
{
border-color: #D3FB4F;
}
.TagClassName
{
border-color: #D3FB4F;
}
</style>