Shades of Mindaro #D2F95D
Tints of Mindaro #D2F95D
RGB
CMYK
RGB Variations
Color information
#D2F95D (or 0xD2F95D) is known color: Mindaro. HEX triplet: D2, F9 and 5D. RGB value is (210,249,93). Sum of RGB (Red+Green+Blue) = 210+249+93=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 93 (36.72% from 255 or 16.85% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F95D is #2D06A2. Grayscale: #DCDCDC. Windows color (decimal): -2950819 or 6158802. OLE color: 6158802.
HSL color Cylindrical-coordinate representation of color #D2F95D: hue angle of 75º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2F95D is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 249 | 93 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.02 |
| HSL | 75º | 0.93% | 0.67% | - |
| HSV(B) | 75º | 0.63% | 0.98% | - |
| XYZ | 62.43 | 82.24 | 22.94 | - |
| YUV | 219.56 | 56.58 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 249 | 93 | 0.16 | 0 | 0.63 | 0.02 | 75 | 0.93 | 0.67 |
| Hex | D2 | F9 | 5D | 10 | 0 | 3F | 2 | 4B | 5D | 43 |
| Octal | 322 | 371 | 135 | 20 | 0 | 77 | 2 | 113 | 135 | 103 |
| Binary | 11010010 | 11111001 | 1011101 | 10000 | 0 | 111111 | 10 | 1001011 | 1011101 | 1000011 |
Color Harmonies of #D2F95D
Complementary color
Monochromatic Colors of #D2F95D
Black with #D2F95D
Text Example
Text Example
White with #D2F95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F95D; }
p { color: rgb(210,249,93); }
H1.HeaderClassName
{
color: #D2F95D;
}
.AnyTagClassName
{
color: #D2F95D;
}
</style>
background-color css
<style>
a { background-color: #D2F95D; }
a { background-color: rgb(210,249,93); }
div.DivClassName
{
background-color: #D2F95D;
}
.BgClassName
{
background-color: #D2F95D;
}
</style>
border-color css
<style>
span { border-color: #D2F95D; }
span { border-color: rgb(210,249,93); }
td.TdClassName
{
border-color: #D2F95D;
}
.TagClassName
{
border-color: #D2F95D;
}
</style>