Shades of Manz #D8F24E
Tints of Manz #D8F24E
RGB
CMYK
RGB Variations
Color information
#D8F24E (or 0xD8F24E) is known color: Manz. HEX triplet: D8, F2 and 4E. RGB value is (216,242,78). Sum of RGB (Red+Green+Blue) = 216+242+78=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 78 (30.86% from 255 or 14.55% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F24E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F24E is #270DB1. Grayscale: #D8D8D8. Windows color (decimal): -2559410 or 5173976. OLE color: 5173976.
HSL color Cylindrical-coordinate representation of color #D8F24E: hue angle of 69.51º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8F24E is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 78 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.05 |
| HSL | 69.51º | 0.86% | 0.63% | - |
| HSV(B) | 69.51º | 0.68% | 0.95% | - |
| XYZ | 61.45 | 78.65 | 19.15 | - |
| YUV | 215.53 | 50.39 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 78 | 0.11 | 0 | 0.68 | 0.05 | 69.51 | 0.86 | 0.63 |
| Hex | D8 | F2 | 4E | B | 0 | 44 | 5 | 46 | 56 | 3F |
| Octal | 330 | 362 | 116 | 13 | 0 | 104 | 5 | 106 | 126 | 77 |
| Binary | 11011000 | 11110010 | 1001110 | 1011 | 0 | 1000100 | 101 | 1000110 | 1010110 | 111111 |
Color Harmonies of #D8F24E
Complementary color
Monochromatic Colors of #D8F24E
Black with #D8F24E
Text Example
Text Example
White with #D8F24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F24E; }
p { color: rgb(216,242,78); }
H1.HeaderClassName
{
color: #D8F24E;
}
.AnyTagClassName
{
color: #D8F24E;
}
</style>
background-color css
<style>
a { background-color: #D8F24E; }
a { background-color: rgb(216,242,78); }
div.DivClassName
{
background-color: #D8F24E;
}
.BgClassName
{
background-color: #D8F24E;
}
</style>
border-color css
<style>
span { border-color: #D8F24E; }
span { border-color: rgb(216,242,78); }
td.TdClassName
{
border-color: #D8F24E;
}
.TagClassName
{
border-color: #D8F24E;
}
</style>