Shades of Mindaro #D0FB4E
Tints of Mindaro #D0FB4E
RGB
CMYK
RGB Variations
Color information
#D0FB4E (or 0xD0FB4E) is known color: Mindaro. HEX triplet: D0, FB and 4E. RGB value is (208,251,78). Sum of RGB (Red+Green+Blue) = 208+251+78=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 78 (30.86% from 255 or 14.53% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB4E is #2F04B1. Grayscale: #DBDBDB. Windows color (decimal): -3081394 or 5176272. OLE color: 5176272.
HSL color Cylindrical-coordinate representation of color #D0FB4E: hue angle of 74.91º 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 #D0FB4E is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 251 | 78 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.02 |
| HSL | 74.91º | 0.96% | 0.65% | - |
| HSV(B) | 74.91º | 0.69% | 0.98% | - |
| XYZ | 61.88 | 82.95 | 19.96 | - |
| YUV | 218.42 | 48.75 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 251 | 78 | 0.17 | 0 | 0.69 | 0.02 | 74.91 | 0.96 | 0.65 |
| Hex | D0 | FB | 4E | 11 | 0 | 45 | 2 | 4B | 60 | 41 |
| Octal | 320 | 373 | 116 | 21 | 0 | 105 | 2 | 113 | 140 | 101 |
| Binary | 11010000 | 11111011 | 1001110 | 10001 | 0 | 1000101 | 10 | 1001011 | 1100000 | 1000001 |
Color Harmonies of #D0FB4E
Complementary color
Monochromatic Colors of #D0FB4E
Black with #D0FB4E
Text Example
Text Example
White with #D0FB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FB4E; }
p { color: rgb(208,251,78); }
H1.HeaderClassName
{
color: #D0FB4E;
}
.AnyTagClassName
{
color: #D0FB4E;
}
</style>
background-color css
<style>
a { background-color: #D0FB4E; }
a { background-color: rgb(208,251,78); }
div.DivClassName
{
background-color: #D0FB4E;
}
.BgClassName
{
background-color: #D0FB4E;
}
</style>
border-color css
<style>
span { border-color: #D0FB4E; }
span { border-color: rgb(208,251,78); }
td.TdClassName
{
border-color: #D0FB4E;
}
.TagClassName
{
border-color: #D0FB4E;
}
</style>