Shades of Mindaro #D2F151
Tints of Mindaro #D2F151
RGB
CMYK
RGB Variations
Color information
#D2F151 (or 0xD2F151) is known color: Mindaro. HEX triplet: D2, F1 and 51. RGB value is (210,241,81). Sum of RGB (Red+Green+Blue) = 210+241+81=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 81 (32.03% from 255 or 15.23% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #D2F151 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F151 is #2D0EAE. Grayscale: #D6D6D6. Windows color (decimal): -2952879 or 5370322. OLE color: 5370322.
HSL color Cylindrical-coordinate representation of color #D2F151: hue angle of 71.62º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2F151 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 241 | 81 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.05 |
| HSL | 71.63º | 0.85% | 0.63% | - |
| HSV(B) | 71.63º | 0.66% | 0.95% | - |
| XYZ | 59.52 | 77.21 | 19.55 | - |
| YUV | 213.49 | 53.23 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 241 | 81 | 0.13 | 0 | 0.66 | 0.05 | 71.63 | 0.85 | 0.63 |
| Hex | D2 | F1 | 51 | D | 0 | 42 | 5 | 48 | 55 | 3F |
| Octal | 322 | 361 | 121 | 15 | 0 | 102 | 5 | 110 | 125 | 77 |
| Binary | 11010010 | 11110001 | 1010001 | 1101 | 0 | 1000010 | 101 | 1001000 | 1010101 | 111111 |
Color Harmonies of #D2F151
Complementary color
Monochromatic Colors of #D2F151
Black with #D2F151
Text Example
Text Example
White with #D2F151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F151; }
p { color: rgb(210,241,81); }
H1.HeaderClassName
{
color: #D2F151;
}
.AnyTagClassName
{
color: #D2F151;
}
</style>
background-color css
<style>
a { background-color: #D2F151; }
a { background-color: rgb(210,241,81); }
div.DivClassName
{
background-color: #D2F151;
}
.BgClassName
{
background-color: #D2F151;
}
</style>
border-color css
<style>
span { border-color: #D2F151; }
span { border-color: rgb(210,241,81); }
td.TdClassName
{
border-color: #D2F151;
}
.TagClassName
{
border-color: #D2F151;
}
</style>