Shades of Manz #D8DF4B
Tints of Manz #D8DF4B
RGB
CMYK
RGB Variations
Color information
#D8DF4B (or 0xD8DF4B) is known color: Manz. HEX triplet: D8, DF and 4B. RGB value is (216,223,75). Sum of RGB (Red+Green+Blue) = 216+223+75=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 75 (29.69% from 255 or 14.59% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DF4B is #2720B4. Grayscale: #CCCCCC. Windows color (decimal): -2564277 or 4972504. OLE color: 4972504.
HSL color Cylindrical-coordinate representation of color #D8DF4B: hue angle of 62.84º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D8DF4B is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 75 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.13 |
| HSL | 62.84º | 0.7% | 0.58% | - |
| HSV(B) | 62.84º | 0.66% | 0.87% | - |
| XYZ | 55.98 | 67.88 | 16.81 | - |
| YUV | 204.04 | 55.18 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 75 | 0.03 | 0 | 0.66 | 0.13 | 62.84 | 0.7 | 0.58 |
| Hex | D8 | DF | 4B | 3 | 0 | 42 | D | 3F | 46 | 3A |
| Octal | 330 | 337 | 113 | 3 | 0 | 102 | 15 | 77 | 106 | 72 |
| Binary | 11011000 | 11011111 | 1001011 | 11 | 0 | 1000010 | 1101 | 111111 | 1000110 | 111010 |
Color Harmonies of #D8DF4B
Complementary color
Monochromatic Colors of #D8DF4B
Black with #D8DF4B
Text Example
Text Example
White with #D8DF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DF4B; }
p { color: rgb(216,223,75); }
H1.HeaderClassName
{
color: #D8DF4B;
}
.AnyTagClassName
{
color: #D8DF4B;
}
</style>
background-color css
<style>
a { background-color: #D8DF4B; }
a { background-color: rgb(216,223,75); }
div.DivClassName
{
background-color: #D8DF4B;
}
.BgClassName
{
background-color: #D8DF4B;
}
</style>
border-color css
<style>
span { border-color: #D8DF4B; }
span { border-color: rgb(216,223,75); }
td.TdClassName
{
border-color: #D8DF4B;
}
.TagClassName
{
border-color: #D8DF4B;
}
</style>