Shades of Mindaro #D7F051
Tints of Mindaro #D7F051
RGB
CMYK
RGB Variations
Color information
#D7F051 (or 0xD7F051) is known color: Mindaro. HEX triplet: D7, F0 and 51. RGB value is (215,240,81). Sum of RGB (Red+Green+Blue) = 215+240+81=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 81 (32.03% from 255 or 15.11% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #D7F051 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F051 is #280FAE. Grayscale: #D7D7D7. Windows color (decimal): -2625455 or 5370071. OLE color: 5370071.
HSL color Cylindrical-coordinate representation of color #D7F051: hue angle of 69.43º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7F051 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 240 | 81 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.06 |
| HSL | 69.43º | 0.84% | 0.63% | - |
| HSV(B) | 69.43º | 0.66% | 0.94% | - |
| XYZ | 60.67 | 77.36 | 19.52 | - |
| YUV | 214.4 | 52.72 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 240 | 81 | 0.10 | 0 | 0.66 | 0.06 | 69.43 | 0.84 | 0.63 |
| Hex | D7 | F0 | 51 | A | 0 | 42 | 6 | 45 | 54 | 3F |
| Octal | 327 | 360 | 121 | 12 | 0 | 102 | 6 | 105 | 124 | 77 |
| Binary | 11010111 | 11110000 | 1010001 | 1010 | 0 | 1000010 | 110 | 1000101 | 1010100 | 111111 |
Color Harmonies of #D7F051
Complementary color
Monochromatic Colors of #D7F051
Black with #D7F051
Text Example
Text Example
White with #D7F051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F051; }
p { color: rgb(215,240,81); }
H1.HeaderClassName
{
color: #D7F051;
}
.AnyTagClassName
{
color: #D7F051;
}
</style>
background-color css
<style>
a { background-color: #D7F051; }
a { background-color: rgb(215,240,81); }
div.DivClassName
{
background-color: #D7F051;
}
.BgClassName
{
background-color: #D7F051;
}
</style>
border-color css
<style>
span { border-color: #D7F051; }
span { border-color: rgb(215,240,81); }
td.TdClassName
{
border-color: #D7F051;
}
.TagClassName
{
border-color: #D7F051;
}
</style>