Shades of Mindaro #D0FC4E
Tints of Mindaro #D0FC4E
RGB
CMYK
RGB Variations
Color information
#D0FC4E (or 0xD0FC4E) is known color: Mindaro. HEX triplet: D0, FC and 4E. RGB value is (208,252,78). Sum of RGB (Red+Green+Blue) = 208+252+78=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 78 (30.86% from 255 or 14.50% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FC4E is #2F03B1. Grayscale: #DBDBDB. Windows color (decimal): -3081138 or 5176528. OLE color: 5176528.
HSL color Cylindrical-coordinate representation of color #D0FC4E: hue angle of 75.17º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0FC4E is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 78 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.01 |
| HSL | 75.17º | 0.97% | 0.65% | - |
| HSV(B) | 75.17º | 0.69% | 0.99% | - |
| XYZ | 62.2 | 83.58 | 20.06 | - |
| YUV | 219.01 | 48.42 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 78 | 0.17 | 0 | 0.69 | 0.01 | 75.17 | 0.97 | 0.65 |
| Hex | D0 | FC | 4E | 11 | 0 | 45 | 1 | 4B | 61 | 41 |
| Octal | 320 | 374 | 116 | 21 | 0 | 105 | 1 | 113 | 141 | 101 |
| Binary | 11010000 | 11111100 | 1001110 | 10001 | 0 | 1000101 | 1 | 1001011 | 1100001 | 1000001 |
Color Harmonies of #D0FC4E
Complementary color
Monochromatic Colors of #D0FC4E
Black with #D0FC4E
Text Example
Text Example
White with #D0FC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FC4E; }
p { color: rgb(208,252,78); }
H1.HeaderClassName
{
color: #D0FC4E;
}
.AnyTagClassName
{
color: #D0FC4E;
}
</style>
background-color css
<style>
a { background-color: #D0FC4E; }
a { background-color: rgb(208,252,78); }
div.DivClassName
{
background-color: #D0FC4E;
}
.BgClassName
{
background-color: #D0FC4E;
}
</style>
border-color css
<style>
span { border-color: #D0FC4E; }
span { border-color: rgb(208,252,78); }
td.TdClassName
{
border-color: #D0FC4E;
}
.TagClassName
{
border-color: #D0FC4E;
}
</style>