Shades of Mindaro #D7F150
Tints of Mindaro #D7F150
RGB
CMYK
RGB Variations
Color information
#D7F150 (or 0xD7F150) is known color: Mindaro. HEX triplet: D7, F1 and 50. RGB value is (215,241,80). Sum of RGB (Red+Green+Blue) = 215+241+80=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 80 (31.64% from 255 or 14.93% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F150 is #280EAF. Grayscale: #D7D7D7. Windows color (decimal): -2625200 or 5304791. OLE color: 5304791.
HSL color Cylindrical-coordinate representation of color #D7F150: hue angle of 69.69º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7F150 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 80 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.05 |
| HSL | 69.69º | 0.85% | 0.63% | - |
| HSV(B) | 69.69º | 0.67% | 0.95% | - |
| XYZ | 60.93 | 77.94 | 19.42 | - |
| YUV | 214.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 80 | 0.11 | 0 | 0.67 | 0.05 | 69.69 | 0.85 | 0.63 |
| Hex | D7 | F1 | 50 | B | 0 | 43 | 5 | 46 | 55 | 3F |
| Octal | 327 | 361 | 120 | 13 | 0 | 103 | 5 | 106 | 125 | 77 |
| Binary | 11010111 | 11110001 | 1010000 | 1011 | 0 | 1000011 | 101 | 1000110 | 1010101 | 111111 |
Color Harmonies of #D7F150
Complementary color
Monochromatic Colors of #D7F150
Black with #D7F150
Text Example
Text Example
White with #D7F150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F150; }
p { color: rgb(215,241,80); }
H1.HeaderClassName
{
color: #D7F150;
}
.AnyTagClassName
{
color: #D7F150;
}
</style>
background-color css
<style>
a { background-color: #D7F150; }
a { background-color: rgb(215,241,80); }
div.DivClassName
{
background-color: #D7F150;
}
.BgClassName
{
background-color: #D7F150;
}
</style>
border-color css
<style>
span { border-color: #D7F150; }
span { border-color: rgb(215,241,80); }
td.TdClassName
{
border-color: #D7F150;
}
.TagClassName
{
border-color: #D7F150;
}
</style>