Shades of Manz #D7E05C
Tints of Manz #D7E05C
RGB
CMYK
RGB Variations
Color information
#D7E05C (or 0xD7E05C) is known color: Manz. HEX triplet: D7, E0 and 5C. RGB value is (215,224,92). Sum of RGB (Red+Green+Blue) = 215+224+92=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7E05C is #281FA3. Grayscale: #CECECE. Windows color (decimal): -2629540 or 6086871. OLE color: 6086871.
HSL color Cylindrical-coordinate representation of color #D7E05C: hue angle of 64.09º 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 #D7E05C is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 92 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.12 |
| HSL | 64.09º | 0.68% | 0.62% | - |
| HSV(B) | 64.09º | 0.59% | 0.88% | - |
| XYZ | 56.61 | 68.53 | 20.37 | - |
| YUV | 206.26 | 63.52 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 92 | 0.04 | 0 | 0.59 | 0.12 | 64.09 | 0.68 | 0.62 |
| Hex | D7 | E0 | 5C | 4 | 0 | 3B | C | 40 | 44 | 3E |
| Octal | 327 | 340 | 134 | 4 | 0 | 73 | 14 | 100 | 104 | 76 |
| Binary | 11010111 | 11100000 | 1011100 | 100 | 0 | 111011 | 1100 | 1000000 | 1000100 | 111110 |
Color Harmonies of #D7E05C
Complementary color
Monochromatic Colors of #D7E05C
Black with #D7E05C
Text Example
Text Example
White with #D7E05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E05C; }
p { color: rgb(215,224,92); }
H1.HeaderClassName
{
color: #D7E05C;
}
.AnyTagClassName
{
color: #D7E05C;
}
</style>
background-color css
<style>
a { background-color: #D7E05C; }
a { background-color: rgb(215,224,92); }
div.DivClassName
{
background-color: #D7E05C;
}
.BgClassName
{
background-color: #D7E05C;
}
</style>
border-color css
<style>
span { border-color: #D7E05C; }
span { border-color: rgb(215,224,92); }
td.TdClassName
{
border-color: #D7E05C;
}
.TagClassName
{
border-color: #D7E05C;
}
</style>