Shades of Manz #D7E750
Tints of Manz #D7E750
RGB
CMYK
RGB Variations
Color information
#D7E750 (or 0xD7E750) is known color: Manz. HEX triplet: D7, E7 and 50. RGB value is (215,231,80). Sum of RGB (Red+Green+Blue) = 215+231+80=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 231 (90.62% from 255 or 43.92% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 231 - color contains mainly: green. Hex color #D7E750 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7E750 is #2818AF. Grayscale: #D1D1D1. Windows color (decimal): -2627760 or 5302231. OLE color: 5302231.
HSL color Cylindrical-coordinate representation of color #D7E750: hue angle of 66.36º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7E750 is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 231 | 80 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.09 |
| HSL | 66.36º | 0.76% | 0.61% | - |
| HSV(B) | 66.36º | 0.65% | 0.91% | - |
| XYZ | 58.05 | 72.18 | 18.46 | - |
| YUV | 209 | 55.2 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 231 | 80 | 0.07 | 0 | 0.65 | 0.09 | 66.36 | 0.76 | 0.61 |
| Hex | D7 | E7 | 50 | 7 | 0 | 41 | 9 | 42 | 4C | 3D |
| Octal | 327 | 347 | 120 | 7 | 0 | 101 | 11 | 102 | 114 | 75 |
| Binary | 11010111 | 11100111 | 1010000 | 111 | 0 | 1000001 | 1001 | 1000010 | 1001100 | 111101 |
Color Harmonies of #D7E750
Complementary color
Monochromatic Colors of #D7E750
Black with #D7E750
Text Example
Text Example
White with #D7E750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E750; }
p { color: rgb(215,231,80); }
H1.HeaderClassName
{
color: #D7E750;
}
.AnyTagClassName
{
color: #D7E750;
}
</style>
background-color css
<style>
a { background-color: #D7E750; }
a { background-color: rgb(215,231,80); }
div.DivClassName
{
background-color: #D7E750;
}
.BgClassName
{
background-color: #D7E750;
}
</style>
border-color css
<style>
span { border-color: #D7E750; }
span { border-color: rgb(215,231,80); }
td.TdClassName
{
border-color: #D7E750;
}
.TagClassName
{
border-color: #D7E750;
}
</style>