Shades of Mindaro #D0FA5B
Tints of Mindaro #D0FA5B
RGB
CMYK
RGB Variations
Color information
#D0FA5B (or 0xD0FA5B) is known color: Mindaro. HEX triplet: D0, FA and 5B. RGB value is (208,250,91). Sum of RGB (Red+Green+Blue) = 208+250+91=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 91 (35.94% from 255 or 16.58% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA5B is #2F05A4. Grayscale: #DBDBDB. Windows color (decimal): -3081637 or 6027984. OLE color: 6027984.
HSL color Cylindrical-coordinate representation of color #D0FA5B: hue angle of 75.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0FA5B is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 250 | 91 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.02 |
| HSL | 75.85º | 0.94% | 0.67% | - |
| HSV(B) | 75.85º | 0.64% | 0.98% | - |
| XYZ | 62.09 | 82.54 | 22.56 | - |
| YUV | 219.32 | 55.59 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 250 | 91 | 0.17 | 0 | 0.64 | 0.02 | 75.85 | 0.94 | 0.67 |
| Hex | D0 | FA | 5B | 11 | 0 | 40 | 2 | 4C | 5E | 43 |
| Octal | 320 | 372 | 133 | 21 | 0 | 100 | 2 | 114 | 136 | 103 |
| Binary | 11010000 | 11111010 | 1011011 | 10001 | 0 | 1000000 | 10 | 1001100 | 1011110 | 1000011 |
Color Harmonies of #D0FA5B
Complementary color
Monochromatic Colors of #D0FA5B
Black with #D0FA5B
Text Example
Text Example
White with #D0FA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FA5B; }
p { color: rgb(208,250,91); }
H1.HeaderClassName
{
color: #D0FA5B;
}
.AnyTagClassName
{
color: #D0FA5B;
}
</style>
background-color css
<style>
a { background-color: #D0FA5B; }
a { background-color: rgb(208,250,91); }
div.DivClassName
{
background-color: #D0FA5B;
}
.BgClassName
{
background-color: #D0FA5B;
}
</style>
border-color css
<style>
span { border-color: #D0FA5B; }
span { border-color: rgb(208,250,91); }
td.TdClassName
{
border-color: #D0FA5B;
}
.TagClassName
{
border-color: #D0FA5B;
}
</style>