Shades of Mindaro #D7FB6E
Tints of Mindaro #D7FB6E
RGB
CMYK
RGB Variations
Color information
#D7FB6E (or 0xD7FB6E) is known color: Mindaro. HEX triplet: D7, FB and 6E. RGB value is (215,251,110). Sum of RGB (Red+Green+Blue) = 215+251+110=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 110 (43.36% from 255 or 19.10% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FB6E is #280491. Grayscale: #E0E0E0. Windows color (decimal): -2622610 or 7273431. OLE color: 7273431.
HSL color Cylindrical-coordinate representation of color #D7FB6E: hue angle of 75.32º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D7FB6E is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 251 | 110 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.02 |
| HSL | 75.32º | 0.95% | 0.71% | - |
| HSV(B) | 75.32º | 0.56% | 0.98% | - |
| XYZ | 65.34 | 84.57 | 27.63 | - |
| YUV | 224.16 | 63.57 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 251 | 110 | 0.14 | 0 | 0.56 | 0.02 | 75.32 | 0.95 | 0.71 |
| Hex | D7 | FB | 6E | E | 0 | 38 | 2 | 4B | 5F | 47 |
| Octal | 327 | 373 | 156 | 16 | 0 | 70 | 2 | 113 | 137 | 107 |
| Binary | 11010111 | 11111011 | 1101110 | 1110 | 0 | 111000 | 10 | 1001011 | 1011111 | 1000111 |
Color Harmonies of #D7FB6E
Complementary color
Monochromatic Colors of #D7FB6E
Black with #D7FB6E
Text Example
Text Example
White with #D7FB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FB6E; }
p { color: rgb(215,251,110); }
H1.HeaderClassName
{
color: #D7FB6E;
}
.AnyTagClassName
{
color: #D7FB6E;
}
</style>
background-color css
<style>
a { background-color: #D7FB6E; }
a { background-color: rgb(215,251,110); }
div.DivClassName
{
background-color: #D7FB6E;
}
.BgClassName
{
background-color: #D7FB6E;
}
</style>
border-color css
<style>
span { border-color: #D7FB6E; }
span { border-color: rgb(215,251,110); }
td.TdClassName
{
border-color: #D7FB6E;
}
.TagClassName
{
border-color: #D7FB6E;
}
</style>