Shades of Manz #D6E658
Tints of Manz #D6E658
RGB
CMYK
RGB Variations
Color information
#D6E658 (or 0xD6E658) is known color: Manz. HEX triplet: D6, E6 and 58. RGB value is (214,230,88). Sum of RGB (Red+Green+Blue) = 214+230+88=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E658 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E658 is #2919A7. Grayscale: #D1D1D1. Windows color (decimal): -2693544 or 5826262. OLE color: 5826262.
HSL color Cylindrical-coordinate representation of color #D6E658: hue angle of 66.76º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D6E658 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 230 | 88 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.10 |
| HSL | 66.76º | 0.74% | 0.62% | - |
| HSV(B) | 66.76º | 0.62% | 0.9% | - |
| XYZ | 57.79 | 71.59 | 20.01 | - |
| YUV | 209.03 | 59.7 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 230 | 88 | 0.07 | 0 | 0.62 | 0.10 | 66.76 | 0.74 | 0.62 |
| Hex | D6 | E6 | 58 | 7 | 0 | 3E | A | 43 | 4A | 3E |
| Octal | 326 | 346 | 130 | 7 | 0 | 76 | 12 | 103 | 112 | 76 |
| Binary | 11010110 | 11100110 | 1011000 | 111 | 0 | 111110 | 1010 | 1000011 | 1001010 | 111110 |
Color Harmonies of #D6E658
Complementary color
Monochromatic Colors of #D6E658
Black with #D6E658
Text Example
Text Example
White with #D6E658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E658; }
p { color: rgb(214,230,88); }
H1.HeaderClassName
{
color: #D6E658;
}
.AnyTagClassName
{
color: #D6E658;
}
</style>
background-color css
<style>
a { background-color: #D6E658; }
a { background-color: rgb(214,230,88); }
div.DivClassName
{
background-color: #D6E658;
}
.BgClassName
{
background-color: #D6E658;
}
</style>
border-color css
<style>
span { border-color: #D6E658; }
span { border-color: rgb(214,230,88); }
td.TdClassName
{
border-color: #D6E658;
}
.TagClassName
{
border-color: #D6E658;
}
</style>