Shades of Manz #D4E05C
Tints of Manz #D4E05C
RGB
CMYK
RGB Variations
Color information
#D4E05C (or 0xD4E05C) is known color: Manz. HEX triplet: D4, E0 and 5C. RGB value is (212,224,92). Sum of RGB (Red+Green+Blue) = 212+224+92=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 92 (36.33% from 255 or 17.42% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E05C is #2B1FA3. Grayscale: #CDCDCD. Windows color (decimal): -2826148 or 6086868. OLE color: 6086868.
HSL color Cylindrical-coordinate representation of color #D4E05C: hue angle of 65.45º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4E05C is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 224 | 92 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.12 |
| HSL | 65.45º | 0.68% | 0.62% | - |
| HSV(B) | 65.45º | 0.59% | 0.88% | - |
| XYZ | 55.74 | 68.08 | 20.33 | - |
| YUV | 205.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 92 | 0.05 | 0 | 0.59 | 0.12 | 65.45 | 0.68 | 0.62 |
| Hex | D4 | E0 | 5C | 5 | 0 | 3B | C | 41 | 44 | 3E |
| Octal | 324 | 340 | 134 | 5 | 0 | 73 | 14 | 101 | 104 | 76 |
| Binary | 11010100 | 11100000 | 1011100 | 101 | 0 | 111011 | 1100 | 1000001 | 1000100 | 111110 |
Color Harmonies of #D4E05C
Complementary color
Monochromatic Colors of #D4E05C
Black with #D4E05C
Text Example
Text Example
White with #D4E05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E05C; }
p { color: rgb(212,224,92); }
H1.HeaderClassName
{
color: #D4E05C;
}
.AnyTagClassName
{
color: #D4E05C;
}
</style>
background-color css
<style>
a { background-color: #D4E05C; }
a { background-color: rgb(212,224,92); }
div.DivClassName
{
background-color: #D4E05C;
}
.BgClassName
{
background-color: #D4E05C;
}
</style>
border-color css
<style>
span { border-color: #D4E05C; }
span { border-color: rgb(212,224,92); }
td.TdClassName
{
border-color: #D4E05C;
}
.TagClassName
{
border-color: #D4E05C;
}
</style>