Shades of Mindaro #D2FD50
Tints of Mindaro #D2FD50
RGB
CMYK
RGB Variations
Color information
#D2FD50 (or 0xD2FD50) is known color: Mindaro. HEX triplet: D2, FD and 50. RGB value is (210,253,80). Sum of RGB (Red+Green+Blue) = 210+253+80=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #D2FD50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FD50 is #2D02AF. Grayscale: #DDDDDD. Windows color (decimal): -2949808 or 5307858. OLE color: 5307858.
HSL color Cylindrical-coordinate representation of color #D2FD50: hue angle of 74.91º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2FD50 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 253 | 80 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.01 |
| HSL | 74.91º | 0.98% | 0.65% | - |
| HSV(B) | 74.91º | 0.68% | 0.99% | - |
| XYZ | 63.15 | 84.53 | 20.58 | - |
| YUV | 220.42 | 48.75 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 253 | 80 | 0.17 | 0 | 0.68 | 0.01 | 74.91 | 0.98 | 0.65 |
| Hex | D2 | FD | 50 | 11 | 0 | 44 | 1 | 4B | 62 | 41 |
| Octal | 322 | 375 | 120 | 21 | 0 | 104 | 1 | 113 | 142 | 101 |
| Binary | 11010010 | 11111101 | 1010000 | 10001 | 0 | 1000100 | 1 | 1001011 | 1100010 | 1000001 |
Color Harmonies of #D2FD50
Complementary color
Monochromatic Colors of #D2FD50
Black with #D2FD50
Text Example
Text Example
White with #D2FD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FD50; }
p { color: rgb(210,253,80); }
H1.HeaderClassName
{
color: #D2FD50;
}
.AnyTagClassName
{
color: #D2FD50;
}
</style>
background-color css
<style>
a { background-color: #D2FD50; }
a { background-color: rgb(210,253,80); }
div.DivClassName
{
background-color: #D2FD50;
}
.BgClassName
{
background-color: #D2FD50;
}
</style>
border-color css
<style>
span { border-color: #D2FD50; }
span { border-color: rgb(210,253,80); }
td.TdClassName
{
border-color: #D2FD50;
}
.TagClassName
{
border-color: #D2FD50;
}
</style>