Shades of Mindaro #D1FB66
Tints of Mindaro #D1FB66
RGB
CMYK
RGB Variations
Color information
#D1FB66 (or 0xD1FB66) is known color: Mindaro. HEX triplet: D1, FB and 66. RGB value is (209,251,102). Sum of RGB (Red+Green+Blue) = 209+251+102=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 102 (40.23% from 255 or 18.15% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FB66 is #2E0499. Grayscale: #DEDEDE. Windows color (decimal): -3015834 or 6749137. OLE color: 6749137.
HSL color Cylindrical-coordinate representation of color #D1FB66: hue angle of 76.91º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1FB66 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 102 | - |
| CMYK | 0.17 | 0 | 0.59 | 0.02 |
| HSL | 76.91º | 0.95% | 0.69% | - |
| HSV(B) | 76.91º | 0.59% | 0.98% | - |
| XYZ | 63.19 | 83.51 | 25.36 | - |
| YUV | 221.46 | 60.59 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 102 | 0.17 | 0 | 0.59 | 0.02 | 76.91 | 0.95 | 0.69 |
| Hex | D1 | FB | 66 | 11 | 0 | 3B | 2 | 4D | 5F | 45 |
| Octal | 321 | 373 | 146 | 21 | 0 | 73 | 2 | 115 | 137 | 105 |
| Binary | 11010001 | 11111011 | 1100110 | 10001 | 0 | 111011 | 10 | 1001101 | 1011111 | 1000101 |
Color Harmonies of #D1FB66
Complementary color
Monochromatic Colors of #D1FB66
Black with #D1FB66
Text Example
Text Example
White with #D1FB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB66; }
p { color: rgb(209,251,102); }
H1.HeaderClassName
{
color: #D1FB66;
}
.AnyTagClassName
{
color: #D1FB66;
}
</style>
background-color css
<style>
a { background-color: #D1FB66; }
a { background-color: rgb(209,251,102); }
div.DivClassName
{
background-color: #D1FB66;
}
.BgClassName
{
background-color: #D1FB66;
}
</style>
border-color css
<style>
span { border-color: #D1FB66; }
span { border-color: rgb(209,251,102); }
td.TdClassName
{
border-color: #D1FB66;
}
.TagClassName
{
border-color: #D1FB66;
}
</style>