Shades of Manz #D6E950
Tints of Manz #D6E950
RGB
CMYK
RGB Variations
Color information
#D6E950 (or 0xD6E950) is known color: Manz. HEX triplet: D6, E9 and 50. RGB value is (214,233,80). Sum of RGB (Red+Green+Blue) = 214+233+80=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E950 is #2916AF. Grayscale: #D2D2D2. Windows color (decimal): -2692784 or 5302742. OLE color: 5302742.
HSL color Cylindrical-coordinate representation of color #D6E950: hue angle of 67.45º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6E950 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 80 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.09 |
| HSL | 67.45º | 0.78% | 0.61% | - |
| HSV(B) | 67.45º | 0.66% | 0.91% | - |
| XYZ | 58.32 | 73.15 | 18.64 | - |
| YUV | 209.88 | 54.71 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 80 | 0.08 | 0 | 0.66 | 0.09 | 67.45 | 0.78 | 0.61 |
| Hex | D6 | E9 | 50 | 8 | 0 | 42 | 9 | 43 | 4E | 3D |
| Octal | 326 | 351 | 120 | 10 | 0 | 102 | 11 | 103 | 116 | 75 |
| Binary | 11010110 | 11101001 | 1010000 | 1000 | 0 | 1000010 | 1001 | 1000011 | 1001110 | 111101 |
Color Harmonies of #D6E950
Complementary color
Monochromatic Colors of #D6E950
Black with #D6E950
Text Example
Text Example
White with #D6E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E950; }
p { color: rgb(214,233,80); }
H1.HeaderClassName
{
color: #D6E950;
}
.AnyTagClassName
{
color: #D6E950;
}
</style>
background-color css
<style>
a { background-color: #D6E950; }
a { background-color: rgb(214,233,80); }
div.DivClassName
{
background-color: #D6E950;
}
.BgClassName
{
background-color: #D6E950;
}
</style>
border-color css
<style>
span { border-color: #D6E950; }
span { border-color: rgb(214,233,80); }
td.TdClassName
{
border-color: #D6E950;
}
.TagClassName
{
border-color: #D6E950;
}
</style>