Shades of Mindaro #D2F96F
Tints of Mindaro #D2F96F
RGB
CMYK
RGB Variations
Color information
#D2F96F (or 0xD2F96F) is known color: Mindaro. HEX triplet: D2, F9 and 6F. RGB value is (210,249,111). Sum of RGB (Red+Green+Blue) = 210+249+111=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 111 (43.75% from 255 or 19.47% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F96F is #2D0690. Grayscale: #DEDEDE. Windows color (decimal): -2950801 or 7338450. OLE color: 7338450.
HSL color Cylindrical-coordinate representation of color #D2F96F: hue angle of 76.96º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2F96F is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 249 | 111 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.02 |
| HSL | 76.96º | 0.92% | 0.71% | - |
| HSV(B) | 76.96º | 0.55% | 0.98% | - |
| XYZ | 63.32 | 82.6 | 27.64 | - |
| YUV | 221.61 | 65.58 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 249 | 111 | 0.16 | 0 | 0.55 | 0.02 | 76.96 | 0.92 | 0.71 |
| Hex | D2 | F9 | 6F | 10 | 0 | 37 | 2 | 4D | 5C | 47 |
| Octal | 322 | 371 | 157 | 20 | 0 | 67 | 2 | 115 | 134 | 107 |
| Binary | 11010010 | 11111001 | 1101111 | 10000 | 0 | 110111 | 10 | 1001101 | 1011100 | 1000111 |
Color Harmonies of #D2F96F
Complementary color
Monochromatic Colors of #D2F96F
Black with #D2F96F
Text Example
Text Example
White with #D2F96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F96F; }
p { color: rgb(210,249,111); }
H1.HeaderClassName
{
color: #D2F96F;
}
.AnyTagClassName
{
color: #D2F96F;
}
</style>
background-color css
<style>
a { background-color: #D2F96F; }
a { background-color: rgb(210,249,111); }
div.DivClassName
{
background-color: #D2F96F;
}
.BgClassName
{
background-color: #D2F96F;
}
</style>
border-color css
<style>
span { border-color: #D2F96F; }
span { border-color: rgb(210,249,111); }
td.TdClassName
{
border-color: #D2F96F;
}
.TagClassName
{
border-color: #D2F96F;
}
</style>