Shades of Manz #DEEB4C
Tints of Manz #DEEB4C
RGB
CMYK
RGB Variations
Color information
#DEEB4C (or 0xDEEB4C) is known color: Manz. HEX triplet: DE, EB and 4C. RGB value is (222,235,76). Sum of RGB (Red+Green+Blue) = 222+235+76=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 76 (30.08% from 255 or 14.26% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEB4C is #2114B3. Grayscale: #D5D5D5. Windows color (decimal): -2167988 or 5041118. OLE color: 5041118.
HSL color Cylindrical-coordinate representation of color #DEEB4C: hue angle of 64.91º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEEB4C is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 235 | 76 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.08 |
| HSL | 64.91º | 0.8% | 0.61% | - |
| HSV(B) | 64.91º | 0.68% | 0.92% | - |
| XYZ | 61.14 | 75.47 | 18.18 | - |
| YUV | 212.99 | 50.69 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 235 | 76 | 0.06 | 0 | 0.68 | 0.08 | 64.91 | 0.8 | 0.61 |
| Hex | DE | EB | 4C | 6 | 0 | 44 | 8 | 41 | 50 | 3D |
| Octal | 336 | 353 | 114 | 6 | 0 | 104 | 10 | 101 | 120 | 75 |
| Binary | 11011110 | 11101011 | 1001100 | 110 | 0 | 1000100 | 1000 | 1000001 | 1010000 | 111101 |
Color Harmonies of #DEEB4C
Complementary color
Monochromatic Colors of #DEEB4C
Black with #DEEB4C
Text Example
Text Example
White with #DEEB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEB4C; }
p { color: rgb(222,235,76); }
H1.HeaderClassName
{
color: #DEEB4C;
}
.AnyTagClassName
{
color: #DEEB4C;
}
</style>
background-color css
<style>
a { background-color: #DEEB4C; }
a { background-color: rgb(222,235,76); }
div.DivClassName
{
background-color: #DEEB4C;
}
.BgClassName
{
background-color: #DEEB4C;
}
</style>
border-color css
<style>
span { border-color: #DEEB4C; }
span { border-color: rgb(222,235,76); }
td.TdClassName
{
border-color: #DEEB4C;
}
.TagClassName
{
border-color: #DEEB4C;
}
</style>