Shades of Mindaro #D1FB5A
Tints of Mindaro #D1FB5A
RGB
CMYK
RGB Variations
Color information
#D1FB5A (or 0xD1FB5A) is known color: Mindaro. HEX triplet: D1, FB and 5A. RGB value is (209,251,90). Sum of RGB (Red+Green+Blue) = 209+251+90=550 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FB5A is #2E04A5. Grayscale: #DCDCDC. Windows color (decimal): -3015846 or 5962705. OLE color: 5962705.
HSL color Cylindrical-coordinate representation of color #D1FB5A: hue angle of 75.65º degrees, saturation: 0.95, 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 #D1FB5A is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 90 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.02 |
| HSL | 75.65º | 0.95% | 0.67% | - |
| HSV(B) | 75.65º | 0.64% | 0.98% | - |
| XYZ | 62.64 | 83.29 | 22.45 | - |
| YUV | 220.09 | 54.59 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 90 | 0.17 | 0 | 0.64 | 0.02 | 75.65 | 0.95 | 0.67 |
| Hex | D1 | FB | 5A | 11 | 0 | 40 | 2 | 4C | 5F | 43 |
| Octal | 321 | 373 | 132 | 21 | 0 | 100 | 2 | 114 | 137 | 103 |
| Binary | 11010001 | 11111011 | 1011010 | 10001 | 0 | 1000000 | 10 | 1001100 | 1011111 | 1000011 |
Color Harmonies of #D1FB5A
Complementary color
Monochromatic Colors of #D1FB5A
Black with #D1FB5A
Text Example
Text Example
White with #D1FB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB5A; }
p { color: rgb(209,251,90); }
H1.HeaderClassName
{
color: #D1FB5A;
}
.AnyTagClassName
{
color: #D1FB5A;
}
</style>
background-color css
<style>
a { background-color: #D1FB5A; }
a { background-color: rgb(209,251,90); }
div.DivClassName
{
background-color: #D1FB5A;
}
.BgClassName
{
background-color: #D1FB5A;
}
</style>
border-color css
<style>
span { border-color: #D1FB5A; }
span { border-color: rgb(209,251,90); }
td.TdClassName
{
border-color: #D1FB5A;
}
.TagClassName
{
border-color: #D1FB5A;
}
</style>