Shades of Mindaro #D2F866
Tints of Mindaro #D2F866
RGB
CMYK
RGB Variations
Color information
#D2F866 (or 0xD2F866) is known color: Mindaro. HEX triplet: D2, F8 and 66. RGB value is (210,248,102). Sum of RGB (Red+Green+Blue) = 210+248+102=560 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.5% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 102 (40.23% from 255 or 18.21% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F866 is #2D0799. Grayscale: #DCDCDC. Windows color (decimal): -2951066 or 6748370. OLE color: 6748370.
HSL color Cylindrical-coordinate representation of color #D2F866: hue angle of 75.62º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D2F866 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 248 | 102 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.03 |
| HSL | 75.62º | 0.91% | 0.69% | - |
| HSV(B) | 75.62º | 0.59% | 0.97% | - |
| XYZ | 62.54 | 81.8 | 25.06 | - |
| YUV | 219.99 | 61.41 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 248 | 102 | 0.15 | 0 | 0.59 | 0.03 | 75.62 | 0.91 | 0.69 |
| Hex | D2 | F8 | 66 | F | 0 | 3B | 3 | 4C | 5B | 45 |
| Octal | 322 | 370 | 146 | 17 | 0 | 73 | 3 | 114 | 133 | 105 |
| Binary | 11010010 | 11111000 | 1100110 | 1111 | 0 | 111011 | 11 | 1001100 | 1011011 | 1000101 |
Color Harmonies of #D2F866
Complementary color
Monochromatic Colors of #D2F866
Black with #D2F866
Text Example
Text Example
White with #D2F866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F866; }
p { color: rgb(210,248,102); }
H1.HeaderClassName
{
color: #D2F866;
}
.AnyTagClassName
{
color: #D2F866;
}
</style>
background-color css
<style>
a { background-color: #D2F866; }
a { background-color: rgb(210,248,102); }
div.DivClassName
{
background-color: #D2F866;
}
.BgClassName
{
background-color: #D2F866;
}
</style>
border-color css
<style>
span { border-color: #D2F866; }
span { border-color: rgb(210,248,102); }
td.TdClassName
{
border-color: #D2F866;
}
.TagClassName
{
border-color: #D2F866;
}
</style>