Shades of Mindaro #D7F180
Tints of Mindaro #D7F180
RGB
CMYK
RGB Variations
Color information
#D7F180 (or 0xD7F180) is known color: Mindaro. HEX triplet: D7, F1 and 80. RGB value is (215,241,128). Sum of RGB (Red+Green+Blue) = 215+241+128=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F180 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F180 is #280E7F. Grayscale: #DCDCDC. Windows color (decimal): -2625152 or 8450519. OLE color: 8450519.
HSL color Cylindrical-coordinate representation of color #D7F180: hue angle of 73.81º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7F180 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 128 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.05 |
| HSL | 73.81º | 0.8% | 0.72% | - |
| HSV(B) | 73.81º | 0.47% | 0.95% | - |
| XYZ | 63.38 | 78.92 | 32.31 | - |
| YUV | 220.34 | 75.89 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 128 | 0.11 | 0 | 0.47 | 0.05 | 73.81 | 0.8 | 0.72 |
| Hex | D7 | F1 | 80 | B | 0 | 2F | 5 | 4A | 50 | 48 |
| Octal | 327 | 361 | 200 | 13 | 0 | 57 | 5 | 112 | 120 | 110 |
| Binary | 11010111 | 11110001 | 10000000 | 1011 | 0 | 101111 | 101 | 1001010 | 1010000 | 1001000 |
Color Harmonies of #D7F180
Complementary color
Monochromatic Colors of #D7F180
Black with #D7F180
Text Example
Text Example
White with #D7F180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F180; }
p { color: rgb(215,241,128); }
H1.HeaderClassName
{
color: #D7F180;
}
.AnyTagClassName
{
color: #D7F180;
}
</style>
background-color css
<style>
a { background-color: #D7F180; }
a { background-color: rgb(215,241,128); }
div.DivClassName
{
background-color: #D7F180;
}
.BgClassName
{
background-color: #D7F180;
}
</style>
border-color css
<style>
span { border-color: #D7F180; }
span { border-color: rgb(215,241,128); }
td.TdClassName
{
border-color: #D7F180;
}
.TagClassName
{
border-color: #D7F180;
}
</style>