Shades of Manz #D9EF4E
Tints of Manz #D9EF4E
RGB
CMYK
RGB Variations
Color information
#D9EF4E (or 0xD9EF4E) is known color: Manz. HEX triplet: D9, EF and 4E. RGB value is (217,239,78). Sum of RGB (Red+Green+Blue) = 217+239+78=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 239 (93.75% from 255 or 44.76% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EF4E is #2610B1. Grayscale: #D6D6D6. Windows color (decimal): -2494642 or 5173209. OLE color: 5173209.
HSL color Cylindrical-coordinate representation of color #D9EF4E: hue angle of 68.2º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D9EF4E is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 78 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.06 |
| HSL | 68.2º | 0.83% | 0.62% | - |
| HSV(B) | 68.2º | 0.67% | 0.94% | - |
| XYZ | 60.86 | 77.03 | 18.87 | - |
| YUV | 214.07 | 51.21 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 78 | 0.09 | 0 | 0.67 | 0.06 | 68.2 | 0.83 | 0.62 |
| Hex | D9 | EF | 4E | 9 | 0 | 43 | 6 | 44 | 53 | 3E |
| Octal | 331 | 357 | 116 | 11 | 0 | 103 | 6 | 104 | 123 | 76 |
| Binary | 11011001 | 11101111 | 1001110 | 1001 | 0 | 1000011 | 110 | 1000100 | 1010011 | 111110 |
Color Harmonies of #D9EF4E
Complementary color
Monochromatic Colors of #D9EF4E
Black with #D9EF4E
Text Example
Text Example
White with #D9EF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EF4E; }
p { color: rgb(217,239,78); }
H1.HeaderClassName
{
color: #D9EF4E;
}
.AnyTagClassName
{
color: #D9EF4E;
}
</style>
background-color css
<style>
a { background-color: #D9EF4E; }
a { background-color: rgb(217,239,78); }
div.DivClassName
{
background-color: #D9EF4E;
}
.BgClassName
{
background-color: #D9EF4E;
}
</style>
border-color css
<style>
span { border-color: #D9EF4E; }
span { border-color: rgb(217,239,78); }
td.TdClassName
{
border-color: #D9EF4E;
}
.TagClassName
{
border-color: #D9EF4E;
}
</style>