Shades of Mindaro #D1FB5B
Tints of Mindaro #D1FB5B
RGB
CMYK
RGB Variations
Color information
#D1FB5B (or 0xD1FB5B) is known color: Mindaro. HEX triplet: D1, FB and 5B. RGB value is (209,251,91). Sum of RGB (Red+Green+Blue) = 209+251+91=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 91 (35.94% from 255 or 16.52% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FB5B is #2E04A4. Grayscale: #DCDCDC. Windows color (decimal): -3015845 or 6028241. OLE color: 6028241.
HSL color Cylindrical-coordinate representation of color #D1FB5B: hue angle of 75.75º 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 #D1FB5B is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 91 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.02 |
| HSL | 75.75º | 0.95% | 0.67% | - |
| HSV(B) | 75.75º | 0.64% | 0.98% | - |
| XYZ | 62.68 | 83.31 | 22.67 | - |
| YUV | 220.2 | 55.09 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 91 | 0.17 | 0 | 0.64 | 0.02 | 75.75 | 0.95 | 0.67 |
| Hex | D1 | FB | 5B | 11 | 0 | 40 | 2 | 4C | 5F | 43 |
| Octal | 321 | 373 | 133 | 21 | 0 | 100 | 2 | 114 | 137 | 103 |
| Binary | 11010001 | 11111011 | 1011011 | 10001 | 0 | 1000000 | 10 | 1001100 | 1011111 | 1000011 |
Color Harmonies of #D1FB5B
Complementary color
Monochromatic Colors of #D1FB5B
Black with #D1FB5B
Text Example
Text Example
White with #D1FB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB5B; }
p { color: rgb(209,251,91); }
H1.HeaderClassName
{
color: #D1FB5B;
}
.AnyTagClassName
{
color: #D1FB5B;
}
</style>
background-color css
<style>
a { background-color: #D1FB5B; }
a { background-color: rgb(209,251,91); }
div.DivClassName
{
background-color: #D1FB5B;
}
.BgClassName
{
background-color: #D1FB5B;
}
</style>
border-color css
<style>
span { border-color: #D1FB5B; }
span { border-color: rgb(209,251,91); }
td.TdClassName
{
border-color: #D1FB5B;
}
.TagClassName
{
border-color: #D1FB5B;
}
</style>