Shades of Mindaro #D2F25B
Tints of Mindaro #D2F25B
RGB
CMYK
RGB Variations
Color information
#D2F25B (or 0xD2F25B) is known color: Mindaro. HEX triplet: D2, F2 and 5B. RGB value is (210,242,91). Sum of RGB (Red+Green+Blue) = 210+242+91=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F25B is #2D0DA4. Grayscale: #D7D7D7. Windows color (decimal): -2952613 or 6025938. OLE color: 6025938.
HSL color Cylindrical-coordinate representation of color #D2F25B: hue angle of 72.72º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D2F25B is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 242 | 91 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.05 |
| HSL | 72.72º | 0.85% | 0.65% | - |
| HSV(B) | 72.72º | 0.62% | 0.95% | - |
| XYZ | 60.22 | 77.96 | 21.77 | - |
| YUV | 215.22 | 57.9 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 242 | 91 | 0.13 | 0 | 0.62 | 0.05 | 72.72 | 0.85 | 0.65 |
| Hex | D2 | F2 | 5B | D | 0 | 3E | 5 | 49 | 55 | 41 |
| Octal | 322 | 362 | 133 | 15 | 0 | 76 | 5 | 111 | 125 | 101 |
| Binary | 11010010 | 11110010 | 1011011 | 1101 | 0 | 111110 | 101 | 1001001 | 1010101 | 1000001 |
Color Harmonies of #D2F25B
Complementary color
Monochromatic Colors of #D2F25B
Black with #D2F25B
Text Example
Text Example
White with #D2F25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F25B; }
p { color: rgb(210,242,91); }
H1.HeaderClassName
{
color: #D2F25B;
}
.AnyTagClassName
{
color: #D2F25B;
}
</style>
background-color css
<style>
a { background-color: #D2F25B; }
a { background-color: rgb(210,242,91); }
div.DivClassName
{
background-color: #D2F25B;
}
.BgClassName
{
background-color: #D2F25B;
}
</style>
border-color css
<style>
span { border-color: #D2F25B; }
span { border-color: rgb(210,242,91); }
td.TdClassName
{
border-color: #D2F25B;
}
.TagClassName
{
border-color: #D2F25B;
}
</style>