Shades of Manz #D5DF4C
Tints of Manz #D5DF4C
RGB
CMYK
RGB Variations
Color information
#D5DF4C (or 0xD5DF4C) is known color: Manz. HEX triplet: D5, DF and 4C. RGB value is (213,223,76). Sum of RGB (Red+Green+Blue) = 213+223+76=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 76 (30.08% from 255 or 14.84% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DF4C is #2A20B3. Grayscale: #CBCBCB. Windows color (decimal): -2760884 or 5038037. OLE color: 5038037.
HSL color Cylindrical-coordinate representation of color #D5DF4C: hue angle of 64.08º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5DF4C is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 76 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.13 |
| HSL | 64.08º | 0.7% | 0.59% | - |
| HSV(B) | 64.08º | 0.66% | 0.87% | - |
| XYZ | 55.13 | 67.44 | 16.95 | - |
| YUV | 203.25 | 56.19 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 76 | 0.04 | 0 | 0.66 | 0.13 | 64.08 | 0.7 | 0.59 |
| Hex | D5 | DF | 4C | 4 | 0 | 42 | D | 40 | 46 | 3B |
| Octal | 325 | 337 | 114 | 4 | 0 | 102 | 15 | 100 | 106 | 73 |
| Binary | 11010101 | 11011111 | 1001100 | 100 | 0 | 1000010 | 1101 | 1000000 | 1000110 | 111011 |
Color Harmonies of #D5DF4C
Complementary color
Monochromatic Colors of #D5DF4C
Black with #D5DF4C
Text Example
Text Example
White with #D5DF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF4C; }
p { color: rgb(213,223,76); }
H1.HeaderClassName
{
color: #D5DF4C;
}
.AnyTagClassName
{
color: #D5DF4C;
}
</style>
background-color css
<style>
a { background-color: #D5DF4C; }
a { background-color: rgb(213,223,76); }
div.DivClassName
{
background-color: #D5DF4C;
}
.BgClassName
{
background-color: #D5DF4C;
}
</style>
border-color css
<style>
span { border-color: #D5DF4C; }
span { border-color: rgb(213,223,76); }
td.TdClassName
{
border-color: #D5DF4C;
}
.TagClassName
{
border-color: #D5DF4C;
}
</style>