Shades of Manz #D6EA4D
Tints of Manz #D6EA4D
RGB
CMYK
RGB Variations
Color information
#D6EA4D (or 0xD6EA4D) is known color: Manz. HEX triplet: D6, EA and 4D. RGB value is (214,234,77). Sum of RGB (Red+Green+Blue) = 214+234+77=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EA4D is #2915B2. Grayscale: #D2D2D2. Windows color (decimal): -2692531 or 5106390. OLE color: 5106390.
HSL color Cylindrical-coordinate representation of color #D6EA4D: hue angle of 67.64º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6EA4D is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 234 | 77 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.08 |
| HSL | 67.64º | 0.79% | 0.61% | - |
| HSV(B) | 67.64º | 0.67% | 0.92% | - |
| XYZ | 58.49 | 73.68 | 18.16 | - |
| YUV | 210.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 234 | 77 | 0.09 | 0 | 0.67 | 0.08 | 67.64 | 0.79 | 0.61 |
| Hex | D6 | EA | 4D | 9 | 0 | 43 | 8 | 44 | 4F | 3D |
| Octal | 326 | 352 | 115 | 11 | 0 | 103 | 10 | 104 | 117 | 75 |
| Binary | 11010110 | 11101010 | 1001101 | 1001 | 0 | 1000011 | 1000 | 1000100 | 1001111 | 111101 |
Color Harmonies of #D6EA4D
Complementary color
Monochromatic Colors of #D6EA4D
Black with #D6EA4D
Text Example
Text Example
White with #D6EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EA4D; }
p { color: rgb(214,234,77); }
H1.HeaderClassName
{
color: #D6EA4D;
}
.AnyTagClassName
{
color: #D6EA4D;
}
</style>
background-color css
<style>
a { background-color: #D6EA4D; }
a { background-color: rgb(214,234,77); }
div.DivClassName
{
background-color: #D6EA4D;
}
.BgClassName
{
background-color: #D6EA4D;
}
</style>
border-color css
<style>
span { border-color: #D6EA4D; }
span { border-color: rgb(214,234,77); }
td.TdClassName
{
border-color: #D6EA4D;
}
.TagClassName
{
border-color: #D6EA4D;
}
</style>