Shades of Manz #D6DF50
Tints of Manz #D6DF50
RGB
CMYK
RGB Variations
Color information
#D6DF50 (or 0xD6DF50) is known color: Manz. HEX triplet: D6, DF and 50. RGB value is (214,223,80). Sum of RGB (Red+Green+Blue) = 214+223+80=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 80 (31.64% from 255 or 15.47% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6DF50 is #2920AF. Grayscale: #CCCCCC. Windows color (decimal): -2695344 or 5300182. OLE color: 5300182.
HSL color Cylindrical-coordinate representation of color #D6DF50: hue angle of 63.78º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6DF50 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 223 | 80 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.13 |
| HSL | 63.78º | 0.69% | 0.59% | - |
| HSV(B) | 63.78º | 0.64% | 0.87% | - |
| XYZ | 55.57 | 67.65 | 17.72 | - |
| YUV | 204.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 223 | 80 | 0.04 | 0 | 0.64 | 0.13 | 63.78 | 0.69 | 0.59 |
| Hex | D6 | DF | 50 | 4 | 0 | 40 | D | 40 | 45 | 3B |
| Octal | 326 | 337 | 120 | 4 | 0 | 100 | 15 | 100 | 105 | 73 |
| Binary | 11010110 | 11011111 | 1010000 | 100 | 0 | 1000000 | 1101 | 1000000 | 1000101 | 111011 |
Color Harmonies of #D6DF50
Complementary color
Monochromatic Colors of #D6DF50
Black with #D6DF50
Text Example
Text Example
White with #D6DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DF50; }
p { color: rgb(214,223,80); }
H1.HeaderClassName
{
color: #D6DF50;
}
.AnyTagClassName
{
color: #D6DF50;
}
</style>
background-color css
<style>
a { background-color: #D6DF50; }
a { background-color: rgb(214,223,80); }
div.DivClassName
{
background-color: #D6DF50;
}
.BgClassName
{
background-color: #D6DF50;
}
</style>
border-color css
<style>
span { border-color: #D6DF50; }
span { border-color: rgb(214,223,80); }
td.TdClassName
{
border-color: #D6DF50;
}
.TagClassName
{
border-color: #D6DF50;
}
</style>