Shades of Manz #D7EA4D
Tints of Manz #D7EA4D
RGB
CMYK
RGB Variations
Color information
#D7EA4D (or 0xD7EA4D) is known color: Manz. HEX triplet: D7, EA and 4D. RGB value is (215,234,77). Sum of RGB (Red+Green+Blue) = 215+234+77=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7EA4D is #2815B2. Grayscale: #D3D3D3. Windows color (decimal): -2626995 or 5106391. OLE color: 5106391.
HSL color Cylindrical-coordinate representation of color #D7EA4D: hue angle of 67.26º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7EA4D is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 234 | 77 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.08 |
| HSL | 67.26º | 0.79% | 0.61% | - |
| HSV(B) | 67.26º | 0.67% | 0.92% | - |
| XYZ | 58.79 | 73.83 | 18.17 | - |
| YUV | 210.42 | 52.71 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 234 | 77 | 0.08 | 0 | 0.67 | 0.08 | 67.26 | 0.79 | 0.61 |
| Hex | D7 | EA | 4D | 8 | 0 | 43 | 8 | 43 | 4F | 3D |
| Octal | 327 | 352 | 115 | 10 | 0 | 103 | 10 | 103 | 117 | 75 |
| Binary | 11010111 | 11101010 | 1001101 | 1000 | 0 | 1000011 | 1000 | 1000011 | 1001111 | 111101 |
Color Harmonies of #D7EA4D
Complementary color
Monochromatic Colors of #D7EA4D
Black with #D7EA4D
Text Example
Text Example
White with #D7EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EA4D; }
p { color: rgb(215,234,77); }
H1.HeaderClassName
{
color: #D7EA4D;
}
.AnyTagClassName
{
color: #D7EA4D;
}
</style>
background-color css
<style>
a { background-color: #D7EA4D; }
a { background-color: rgb(215,234,77); }
div.DivClassName
{
background-color: #D7EA4D;
}
.BgClassName
{
background-color: #D7EA4D;
}
</style>
border-color css
<style>
span { border-color: #D7EA4D; }
span { border-color: rgb(215,234,77); }
td.TdClassName
{
border-color: #D7EA4D;
}
.TagClassName
{
border-color: #D7EA4D;
}
</style>