Shades of Manz #D6E251
Tints of Manz #D6E251
RGB
CMYK
RGB Variations
Color information
#D6E251 (or 0xD6E251) is known color: Manz. HEX triplet: D6, E2 and 51. RGB value is (214,226,81). Sum of RGB (Red+Green+Blue) = 214+226+81=521 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.07% from 521); Green value is 226 (88.67% from 255 or 43.38% from 521); Blue value is 81 (32.03% from 255 or 15.55% from 521); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E251 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E251 is #291DAE. Grayscale: #CECECE. Windows color (decimal): -2694575 or 5366486. OLE color: 5366486.
HSL color Cylindrical-coordinate representation of color #D6E251: hue angle of 64.97º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6E251 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 226 | 81 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.11 |
| HSL | 64.97º | 0.71% | 0.6% | - |
| HSV(B) | 64.97º | 0.64% | 0.89% | - |
| XYZ | 56.41 | 69.28 | 18.18 | - |
| YUV | 205.88 | 57.52 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 226 | 81 | 0.05 | 0 | 0.64 | 0.11 | 64.97 | 0.71 | 0.6 |
| Hex | D6 | E2 | 51 | 5 | 0 | 40 | B | 41 | 47 | 3C |
| Octal | 326 | 342 | 121 | 5 | 0 | 100 | 13 | 101 | 107 | 74 |
| Binary | 11010110 | 11100010 | 1010001 | 101 | 0 | 1000000 | 1011 | 1000001 | 1000111 | 111100 |
Color Harmonies of #D6E251
Complementary color
Monochromatic Colors of #D6E251
Black with #D6E251
Text Example
Text Example
White with #D6E251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E251; }
p { color: rgb(214,226,81); }
H1.HeaderClassName
{
color: #D6E251;
}
.AnyTagClassName
{
color: #D6E251;
}
</style>
background-color css
<style>
a { background-color: #D6E251; }
a { background-color: rgb(214,226,81); }
div.DivClassName
{
background-color: #D6E251;
}
.BgClassName
{
background-color: #D6E251;
}
</style>
border-color css
<style>
span { border-color: #D6E251; }
span { border-color: rgb(214,226,81); }
td.TdClassName
{
border-color: #D6E251;
}
.TagClassName
{
border-color: #D6E251;
}
</style>