Shades of Manz #DEED4A
Tints of Manz #DEED4A
RGB
CMYK
RGB Variations
Color information
#DEED4A (or 0xDEED4A) is known color: Manz. HEX triplet: DE, ED and 4A. RGB value is (222,237,74). Sum of RGB (Red+Green+Blue) = 222+237+74=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 74 (29.30% from 255 or 13.88% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #DEED4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEED4A is #2112B5. Grayscale: #D6D6D6. Windows color (decimal): -2167478 or 4910558. OLE color: 4910558.
HSL color Cylindrical-coordinate representation of color #DEED4A: hue angle of 65.52º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEED4A is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 237 | 74 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.07 |
| HSL | 65.52º | 0.82% | 0.61% | - |
| HSV(B) | 65.52º | 0.69% | 0.93% | - |
| XYZ | 61.64 | 76.59 | 18.01 | - |
| YUV | 213.93 | 49.03 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 237 | 74 | 0.06 | 0 | 0.69 | 0.07 | 65.52 | 0.82 | 0.61 |
| Hex | DE | ED | 4A | 6 | 0 | 45 | 7 | 42 | 52 | 3D |
| Octal | 336 | 355 | 112 | 6 | 0 | 105 | 7 | 102 | 122 | 75 |
| Binary | 11011110 | 11101101 | 1001010 | 110 | 0 | 1000101 | 111 | 1000010 | 1010010 | 111101 |
Color Harmonies of #DEED4A
Complementary color
Monochromatic Colors of #DEED4A
Black with #DEED4A
Text Example
Text Example
White with #DEED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEED4A; }
p { color: rgb(222,237,74); }
H1.HeaderClassName
{
color: #DEED4A;
}
.AnyTagClassName
{
color: #DEED4A;
}
</style>
background-color css
<style>
a { background-color: #DEED4A; }
a { background-color: rgb(222,237,74); }
div.DivClassName
{
background-color: #DEED4A;
}
.BgClassName
{
background-color: #DEED4A;
}
</style>
border-color css
<style>
span { border-color: #DEED4A; }
span { border-color: rgb(222,237,74); }
td.TdClassName
{
border-color: #DEED4A;
}
.TagClassName
{
border-color: #DEED4A;
}
</style>