Shades of Mindaro #D2F950
Tints of Mindaro #D2F950
RGB
CMYK
RGB Variations
Color information
#D2F950 (or 0xD2F950) is known color: Mindaro. HEX triplet: D2, F9 and 50. RGB value is (210,249,80). Sum of RGB (Red+Green+Blue) = 210+249+80=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #D2F950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F950 is #2D06AF. Grayscale: #DADADA. Windows color (decimal): -2950832 or 5306834. OLE color: 5306834.
HSL color Cylindrical-coordinate representation of color #D2F950: hue angle of 73.85º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2F950 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 249 | 80 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.02 |
| HSL | 73.85º | 0.93% | 0.65% | - |
| HSV(B) | 73.85º | 0.68% | 0.98% | - |
| XYZ | 61.9 | 82.03 | 20.16 | - |
| YUV | 218.07 | 50.08 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 249 | 80 | 0.16 | 0 | 0.68 | 0.02 | 73.85 | 0.93 | 0.65 |
| Hex | D2 | F9 | 50 | 10 | 0 | 44 | 2 | 4A | 5D | 41 |
| Octal | 322 | 371 | 120 | 20 | 0 | 104 | 2 | 112 | 135 | 101 |
| Binary | 11010010 | 11111001 | 1010000 | 10000 | 0 | 1000100 | 10 | 1001010 | 1011101 | 1000001 |
Color Harmonies of #D2F950
Complementary color
Monochromatic Colors of #D2F950
Black with #D2F950
Text Example
Text Example
White with #D2F950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F950; }
p { color: rgb(210,249,80); }
H1.HeaderClassName
{
color: #D2F950;
}
.AnyTagClassName
{
color: #D2F950;
}
</style>
background-color css
<style>
a { background-color: #D2F950; }
a { background-color: rgb(210,249,80); }
div.DivClassName
{
background-color: #D2F950;
}
.BgClassName
{
background-color: #D2F950;
}
</style>
border-color css
<style>
span { border-color: #D2F950; }
span { border-color: rgb(210,249,80); }
td.TdClassName
{
border-color: #D2F950;
}
.TagClassName
{
border-color: #D2F950;
}
</style>