Shades of Manz #D5EF4E
Tints of Manz #D5EF4E
RGB
CMYK
RGB Variations
Color information
#D5EF4E (or 0xD5EF4E) is known color: Manz. HEX triplet: D5, EF and 4E. RGB value is (213,239,78). Sum of RGB (Red+Green+Blue) = 213+239+78=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 239 (93.75% from 255 or 45.09% from 530); Blue value is 78 (30.86% from 255 or 14.72% from 530); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EF4E is #2A10B1. Grayscale: #D5D5D5. Windows color (decimal): -2756786 or 5173205. OLE color: 5173205.
HSL color Cylindrical-coordinate representation of color #D5EF4E: hue angle of 69.69º 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 #D5EF4E is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 78 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.06 |
| HSL | 69.69º | 0.83% | 0.62% | - |
| HSV(B) | 69.69º | 0.67% | 0.94% | - |
| XYZ | 59.68 | 76.43 | 18.81 | - |
| YUV | 212.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 78 | 0.11 | 0 | 0.67 | 0.06 | 69.69 | 0.83 | 0.62 |
| Hex | D5 | EF | 4E | B | 0 | 43 | 6 | 46 | 53 | 3E |
| Octal | 325 | 357 | 116 | 13 | 0 | 103 | 6 | 106 | 123 | 76 |
| Binary | 11010101 | 11101111 | 1001110 | 1011 | 0 | 1000011 | 110 | 1000110 | 1010011 | 111110 |
Color Harmonies of #D5EF4E
Complementary color
Monochromatic Colors of #D5EF4E
Black with #D5EF4E
Text Example
Text Example
White with #D5EF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EF4E; }
p { color: rgb(213,239,78); }
H1.HeaderClassName
{
color: #D5EF4E;
}
.AnyTagClassName
{
color: #D5EF4E;
}
</style>
background-color css
<style>
a { background-color: #D5EF4E; }
a { background-color: rgb(213,239,78); }
div.DivClassName
{
background-color: #D5EF4E;
}
.BgClassName
{
background-color: #D5EF4E;
}
</style>
border-color css
<style>
span { border-color: #D5EF4E; }
span { border-color: rgb(213,239,78); }
td.TdClassName
{
border-color: #D5EF4E;
}
.TagClassName
{
border-color: #D5EF4E;
}
</style>