Shades of Manz #D8F150
Tints of Manz #D8F150
RGB
CMYK
RGB Variations
Color information
#D8F150 (or 0xD8F150) is known color: Manz. HEX triplet: D8, F1 and 50. RGB value is (216,241,80). Sum of RGB (Red+Green+Blue) = 216+241+80=537 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.22% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 80 (31.64% from 255 or 14.90% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F150 is #270EAF. Grayscale: #D7D7D7. Windows color (decimal): -2559664 or 5304792. OLE color: 5304792.
HSL color Cylindrical-coordinate representation of color #D8F150: hue angle of 69.32º 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 #D8F150 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 80 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.05 |
| HSL | 69.32º | 0.85% | 0.63% | - |
| HSV(B) | 69.32º | 0.67% | 0.95% | - |
| XYZ | 61.22 | 78.09 | 19.44 | - |
| YUV | 215.17 | 51.72 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 80 | 0.10 | 0 | 0.67 | 0.05 | 69.32 | 0.85 | 0.63 |
| Hex | D8 | F1 | 50 | A | 0 | 43 | 5 | 45 | 55 | 3F |
| Octal | 330 | 361 | 120 | 12 | 0 | 103 | 5 | 105 | 125 | 77 |
| Binary | 11011000 | 11110001 | 1010000 | 1010 | 0 | 1000011 | 101 | 1000101 | 1010101 | 111111 |
Color Harmonies of #D8F150
Complementary color
Monochromatic Colors of #D8F150
Black with #D8F150
Text Example
Text Example
White with #D8F150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F150; }
p { color: rgb(216,241,80); }
H1.HeaderClassName
{
color: #D8F150;
}
.AnyTagClassName
{
color: #D8F150;
}
</style>
background-color css
<style>
a { background-color: #D8F150; }
a { background-color: rgb(216,241,80); }
div.DivClassName
{
background-color: #D8F150;
}
.BgClassName
{
background-color: #D8F150;
}
</style>
border-color css
<style>
span { border-color: #D8F150; }
span { border-color: rgb(216,241,80); }
td.TdClassName
{
border-color: #D8F150;
}
.TagClassName
{
border-color: #D8F150;
}
</style>