Shades of Manz #D6E44C
Tints of Manz #D6E44C
RGB
CMYK
RGB Variations
Color information
#D6E44C (or 0xD6E44C) is known color: Manz. HEX triplet: D6, E4 and 4C. RGB value is (214,228,76). Sum of RGB (Red+Green+Blue) = 214+228+76=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E44C is #291BB3. Grayscale: #CFCFCF. Windows color (decimal): -2694068 or 5039318. OLE color: 5039318.
HSL color Cylindrical-coordinate representation of color #D6E44C: hue angle of 65.53º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6E44C is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 228 | 76 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.11 |
| HSL | 65.53º | 0.74% | 0.6% | - |
| HSV(B) | 65.53º | 0.67% | 0.89% | - |
| XYZ | 56.78 | 70.3 | 17.42 | - |
| YUV | 206.49 | 54.36 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 228 | 76 | 0.06 | 0 | 0.67 | 0.11 | 65.53 | 0.74 | 0.6 |
| Hex | D6 | E4 | 4C | 6 | 0 | 43 | B | 42 | 4A | 3C |
| Octal | 326 | 344 | 114 | 6 | 0 | 103 | 13 | 102 | 112 | 74 |
| Binary | 11010110 | 11100100 | 1001100 | 110 | 0 | 1000011 | 1011 | 1000010 | 1001010 | 111100 |
Color Harmonies of #D6E44C
Complementary color
Monochromatic Colors of #D6E44C
Black with #D6E44C
Text Example
Text Example
White with #D6E44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E44C; }
p { color: rgb(214,228,76); }
H1.HeaderClassName
{
color: #D6E44C;
}
.AnyTagClassName
{
color: #D6E44C;
}
</style>
background-color css
<style>
a { background-color: #D6E44C; }
a { background-color: rgb(214,228,76); }
div.DivClassName
{
background-color: #D6E44C;
}
.BgClassName
{
background-color: #D6E44C;
}
</style>
border-color css
<style>
span { border-color: #D6E44C; }
span { border-color: rgb(214,228,76); }
td.TdClassName
{
border-color: #D6E44C;
}
.TagClassName
{
border-color: #D6E44C;
}
</style>