Shades of Manz #D6E353
Tints of Manz #D6E353
RGB
CMYK
RGB Variations
Color information
#D6E353 (or 0xD6E353) is known color: Manz. HEX triplet: D6, E3 and 53. RGB value is (214,227,83). Sum of RGB (Red+Green+Blue) = 214+227+83=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 83 (32.81% from 255 or 15.84% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E353 is #291CAC. Grayscale: #CFCFCF. Windows color (decimal): -2694317 or 5497814. OLE color: 5497814.
HSL color Cylindrical-coordinate representation of color #D6E353: hue angle of 65.42º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6E353 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 227 | 83 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.11 |
| HSL | 65.42º | 0.72% | 0.61% | - |
| HSV(B) | 65.42º | 0.63% | 0.89% | - |
| XYZ | 56.76 | 69.86 | 18.68 | - |
| YUV | 206.7 | 58.19 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 227 | 83 | 0.06 | 0 | 0.63 | 0.11 | 65.42 | 0.72 | 0.61 |
| Hex | D6 | E3 | 53 | 6 | 0 | 3F | B | 41 | 48 | 3D |
| Octal | 326 | 343 | 123 | 6 | 0 | 77 | 13 | 101 | 110 | 75 |
| Binary | 11010110 | 11100011 | 1010011 | 110 | 0 | 111111 | 1011 | 1000001 | 1001000 | 111101 |
Color Harmonies of #D6E353
Complementary color
Monochromatic Colors of #D6E353
Black with #D6E353
Text Example
Text Example
White with #D6E353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E353; }
p { color: rgb(214,227,83); }
H1.HeaderClassName
{
color: #D6E353;
}
.AnyTagClassName
{
color: #D6E353;
}
</style>
background-color css
<style>
a { background-color: #D6E353; }
a { background-color: rgb(214,227,83); }
div.DivClassName
{
background-color: #D6E353;
}
.BgClassName
{
background-color: #D6E353;
}
</style>
border-color css
<style>
span { border-color: #D6E353; }
span { border-color: rgb(214,227,83); }
td.TdClassName
{
border-color: #D6E353;
}
.TagClassName
{
border-color: #D6E353;
}
</style>