Shades of Manz #D4EA4F
Tints of Manz #D4EA4F
RGB
CMYK
RGB Variations
Color information
#D4EA4F (or 0xD4EA4F) is known color: Manz. HEX triplet: D4, EA and 4F. RGB value is (212,234,79). Sum of RGB (Red+Green+Blue) = 212+234+79=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EA4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EA4F is #2B15B0. Grayscale: #D2D2D2. Windows color (decimal): -2823601 or 5237460. OLE color: 5237460.
HSL color Cylindrical-coordinate representation of color #D4EA4F: hue angle of 68.52º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4EA4F is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 79 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.08 |
| HSL | 68.52º | 0.79% | 0.61% | - |
| HSV(B) | 68.52º | 0.66% | 0.92% | - |
| XYZ | 57.99 | 73.41 | 18.51 | - |
| YUV | 209.75 | 54.21 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 79 | 0.09 | 0 | 0.66 | 0.08 | 68.52 | 0.79 | 0.61 |
| Hex | D4 | EA | 4F | 9 | 0 | 42 | 8 | 45 | 4F | 3D |
| Octal | 324 | 352 | 117 | 11 | 0 | 102 | 10 | 105 | 117 | 75 |
| Binary | 11010100 | 11101010 | 1001111 | 1001 | 0 | 1000010 | 1000 | 1000101 | 1001111 | 111101 |
Color Harmonies of #D4EA4F
Complementary color
Monochromatic Colors of #D4EA4F
Black with #D4EA4F
Text Example
Text Example
White with #D4EA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EA4F; }
p { color: rgb(212,234,79); }
H1.HeaderClassName
{
color: #D4EA4F;
}
.AnyTagClassName
{
color: #D4EA4F;
}
</style>
background-color css
<style>
a { background-color: #D4EA4F; }
a { background-color: rgb(212,234,79); }
div.DivClassName
{
background-color: #D4EA4F;
}
.BgClassName
{
background-color: #D4EA4F;
}
</style>
border-color css
<style>
span { border-color: #D4EA4F; }
span { border-color: rgb(212,234,79); }
td.TdClassName
{
border-color: #D4EA4F;
}
.TagClassName
{
border-color: #D4EA4F;
}
</style>