Shades of Manz #D4EB4F
Tints of Manz #D4EB4F
RGB
CMYK
RGB Variations
Color information
#D4EB4F (or 0xD4EB4F) is known color: Manz. HEX triplet: D4, EB and 4F. RGB value is (212,235,79). Sum of RGB (Red+Green+Blue) = 212+235+79=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 79 (31.25% from 255 or 15.02% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EB4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EB4F is #2B14B0. Grayscale: #D2D2D2. Windows color (decimal): -2823345 or 5237716. OLE color: 5237716.
HSL color Cylindrical-coordinate representation of color #D4EB4F: hue angle of 68.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D4EB4F is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 235 | 79 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.08 |
| HSL | 68.85º | 0.8% | 0.62% | - |
| HSV(B) | 68.85º | 0.66% | 0.92% | - |
| XYZ | 58.27 | 73.98 | 18.61 | - |
| YUV | 210.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 235 | 79 | 0.10 | 0 | 0.66 | 0.08 | 68.85 | 0.8 | 0.62 |
| Hex | D4 | EB | 4F | A | 0 | 42 | 8 | 45 | 50 | 3E |
| Octal | 324 | 353 | 117 | 12 | 0 | 102 | 10 | 105 | 120 | 76 |
| Binary | 11010100 | 11101011 | 1001111 | 1010 | 0 | 1000010 | 1000 | 1000101 | 1010000 | 111110 |
Color Harmonies of #D4EB4F
Complementary color
Monochromatic Colors of #D4EB4F
Black with #D4EB4F
Text Example
Text Example
White with #D4EB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EB4F; }
p { color: rgb(212,235,79); }
H1.HeaderClassName
{
color: #D4EB4F;
}
.AnyTagClassName
{
color: #D4EB4F;
}
</style>
background-color css
<style>
a { background-color: #D4EB4F; }
a { background-color: rgb(212,235,79); }
div.DivClassName
{
background-color: #D4EB4F;
}
.BgClassName
{
background-color: #D4EB4F;
}
</style>
border-color css
<style>
span { border-color: #D4EB4F; }
span { border-color: rgb(212,235,79); }
td.TdClassName
{
border-color: #D4EB4F;
}
.TagClassName
{
border-color: #D4EB4F;
}
</style>