Shades of Mindaro #D2F752
Tints of Mindaro #D2F752
RGB
CMYK
RGB Variations
Color information
#D2F752 (or 0xD2F752) is known color: Mindaro. HEX triplet: D2, F7 and 52. RGB value is (210,247,82). Sum of RGB (Red+Green+Blue) = 210+247+82=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 82 (32.42% from 255 or 15.21% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F752 is #2D08AD. Grayscale: #D9D9D9. Windows color (decimal): -2951342 or 5437394. OLE color: 5437394.
HSL color Cylindrical-coordinate representation of color #D2F752: hue angle of 73.45º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2F752 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 247 | 82 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.03 |
| HSL | 73.45º | 0.91% | 0.65% | - |
| HSV(B) | 73.45º | 0.67% | 0.97% | - |
| XYZ | 61.36 | 80.83 | 20.35 | - |
| YUV | 217.13 | 51.74 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 247 | 82 | 0.15 | 0 | 0.67 | 0.03 | 73.45 | 0.91 | 0.65 |
| Hex | D2 | F7 | 52 | F | 0 | 43 | 3 | 49 | 5B | 41 |
| Octal | 322 | 367 | 122 | 17 | 0 | 103 | 3 | 111 | 133 | 101 |
| Binary | 11010010 | 11110111 | 1010010 | 1111 | 0 | 1000011 | 11 | 1001001 | 1011011 | 1000001 |
Color Harmonies of #D2F752
Complementary color
Monochromatic Colors of #D2F752
Black with #D2F752
Text Example
Text Example
White with #D2F752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2F752; }
p { color: rgb(210,247,82); }
H1.HeaderClassName
{
color: #D2F752;
}
.AnyTagClassName
{
color: #D2F752;
}
</style>
background-color css
<style>
a { background-color: #D2F752; }
a { background-color: rgb(210,247,82); }
div.DivClassName
{
background-color: #D2F752;
}
.BgClassName
{
background-color: #D2F752;
}
</style>
border-color css
<style>
span { border-color: #D2F752; }
span { border-color: rgb(210,247,82); }
td.TdClassName
{
border-color: #D2F752;
}
.TagClassName
{
border-color: #D2F752;
}
</style>