Shades of Mindaro #D7F752
Tints of Mindaro #D7F752
RGB
CMYK
RGB Variations
Color information
#D7F752 (or 0xD7F752) is known color: Mindaro. HEX triplet: D7, F7 and 52. RGB value is (215,247,82). Sum of RGB (Red+Green+Blue) = 215+247+82=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 82 (32.42% from 255 or 15.07% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #D7F752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F752 is #2808AD. Grayscale: #DBDBDB. Windows color (decimal): -2623662 or 5437399. OLE color: 5437399.
HSL color Cylindrical-coordinate representation of color #D7F752: hue angle of 71.64º 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 #D7F752 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 247 | 82 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.03 |
| HSL | 71.64º | 0.91% | 0.65% | - |
| HSV(B) | 71.64º | 0.67% | 0.97% | - |
| XYZ | 62.81 | 81.58 | 20.42 | - |
| YUV | 218.62 | 50.9 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 247 | 82 | 0.13 | 0 | 0.67 | 0.03 | 71.64 | 0.91 | 0.65 |
| Hex | D7 | F7 | 52 | D | 0 | 43 | 3 | 48 | 5B | 41 |
| Octal | 327 | 367 | 122 | 15 | 0 | 103 | 3 | 110 | 133 | 101 |
| Binary | 11010111 | 11110111 | 1010010 | 1101 | 0 | 1000011 | 11 | 1001000 | 1011011 | 1000001 |
Color Harmonies of #D7F752
Complementary color
Monochromatic Colors of #D7F752
Black with #D7F752
Text Example
Text Example
White with #D7F752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F752; }
p { color: rgb(215,247,82); }
H1.HeaderClassName
{
color: #D7F752;
}
.AnyTagClassName
{
color: #D7F752;
}
</style>
background-color css
<style>
a { background-color: #D7F752; }
a { background-color: rgb(215,247,82); }
div.DivClassName
{
background-color: #D7F752;
}
.BgClassName
{
background-color: #D7F752;
}
</style>
border-color css
<style>
span { border-color: #D7F752; }
span { border-color: rgb(215,247,82); }
td.TdClassName
{
border-color: #D7F752;
}
.TagClassName
{
border-color: #D7F752;
}
</style>