Shades of Manz #D6E74B
Tints of Manz #D6E74B
RGB
CMYK
RGB Variations
Color information
#D6E74B (or 0xD6E74B) is known color: Manz. HEX triplet: D6, E7 and 4B. RGB value is (214,231,75). Sum of RGB (Red+Green+Blue) = 214+231+75=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 75 (29.69% from 255 or 14.42% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E74B is #2918B4. Grayscale: #D0D0D0. Windows color (decimal): -2693301 or 4974550. OLE color: 4974550.
HSL color Cylindrical-coordinate representation of color #D6E74B: hue angle of 66.54º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6E74B is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 231 | 75 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.09 |
| HSL | 66.54º | 0.76% | 0.6% | - |
| HSV(B) | 66.54º | 0.68% | 0.91% | - |
| XYZ | 57.58 | 71.96 | 17.51 | - |
| YUV | 208.13 | 52.87 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 231 | 75 | 0.07 | 0 | 0.68 | 0.09 | 66.54 | 0.76 | 0.6 |
| Hex | D6 | E7 | 4B | 7 | 0 | 44 | 9 | 43 | 4C | 3C |
| Octal | 326 | 347 | 113 | 7 | 0 | 104 | 11 | 103 | 114 | 74 |
| Binary | 11010110 | 11100111 | 1001011 | 111 | 0 | 1000100 | 1001 | 1000011 | 1001100 | 111100 |
Color Harmonies of #D6E74B
Complementary color
Monochromatic Colors of #D6E74B
Black with #D6E74B
Text Example
Text Example
White with #D6E74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E74B; }
p { color: rgb(214,231,75); }
H1.HeaderClassName
{
color: #D6E74B;
}
.AnyTagClassName
{
color: #D6E74B;
}
</style>
background-color css
<style>
a { background-color: #D6E74B; }
a { background-color: rgb(214,231,75); }
div.DivClassName
{
background-color: #D6E74B;
}
.BgClassName
{
background-color: #D6E74B;
}
</style>
border-color css
<style>
span { border-color: #D6E74B; }
span { border-color: rgb(214,231,75); }
td.TdClassName
{
border-color: #D6E74B;
}
.TagClassName
{
border-color: #D6E74B;
}
</style>