Shades of Mindaro #D1FB6D
Tints of Mindaro #D1FB6D
RGB
CMYK
RGB Variations
Color information
#D1FB6D (or 0xD1FB6D) is known color: Mindaro. HEX triplet: D1, FB and 6D. RGB value is (209,251,109). Sum of RGB (Red+Green+Blue) = 209+251+109=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 251 (98.44% from 255 or 44.11% from 569); Blue value is 109 (42.97% from 255 or 19.16% from 569); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FB6D is #2E0492. Grayscale: #DEDEDE. Windows color (decimal): -3015827 or 7207889. OLE color: 7207889.
HSL color Cylindrical-coordinate representation of color #D1FB6D: hue angle of 77.75º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1FB6D is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 109 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.02 |
| HSL | 77.75º | 0.95% | 0.71% | - |
| HSV(B) | 77.75º | 0.57% | 0.98% | - |
| XYZ | 63.55 | 83.65 | 27.27 | - |
| YUV | 222.25 | 64.09 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 109 | 0.17 | 0 | 0.57 | 0.02 | 77.75 | 0.95 | 0.71 |
| Hex | D1 | FB | 6D | 11 | 0 | 39 | 2 | 4E | 5F | 47 |
| Octal | 321 | 373 | 155 | 21 | 0 | 71 | 2 | 116 | 137 | 107 |
| Binary | 11010001 | 11111011 | 1101101 | 10001 | 0 | 111001 | 10 | 1001110 | 1011111 | 1000111 |
Color Harmonies of #D1FB6D
Complementary color
Monochromatic Colors of #D1FB6D
Black with #D1FB6D
Text Example
Text Example
White with #D1FB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB6D; }
p { color: rgb(209,251,109); }
H1.HeaderClassName
{
color: #D1FB6D;
}
.AnyTagClassName
{
color: #D1FB6D;
}
</style>
background-color css
<style>
a { background-color: #D1FB6D; }
a { background-color: rgb(209,251,109); }
div.DivClassName
{
background-color: #D1FB6D;
}
.BgClassName
{
background-color: #D1FB6D;
}
</style>
border-color css
<style>
span { border-color: #D1FB6D; }
span { border-color: rgb(209,251,109); }
td.TdClassName
{
border-color: #D1FB6D;
}
.TagClassName
{
border-color: #D1FB6D;
}
</style>