Shades of Manz #DEEE4C
Tints of Manz #DEEE4C
RGB
CMYK
RGB Variations
Color information
#DEEE4C (or 0xDEEE4C) is known color: Manz. HEX triplet: DE, EE and 4C. RGB value is (222,238,76). Sum of RGB (Red+Green+Blue) = 222+238+76=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 238 (93.36% from 255 or 44.40% from 536); Blue value is 76 (30.08% from 255 or 14.18% from 536); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE4C is #2111B3. Grayscale: #D7D7D7. Windows color (decimal): -2167220 or 5041886. OLE color: 5041886.
HSL color Cylindrical-coordinate representation of color #DEEE4C: hue angle of 65.93º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEEE4C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 76 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.07 |
| HSL | 65.93º | 0.83% | 0.62% | - |
| HSV(B) | 65.93º | 0.68% | 0.93% | - |
| XYZ | 62 | 77.2 | 18.47 | - |
| YUV | 214.75 | 49.7 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 76 | 0.07 | 0 | 0.68 | 0.07 | 65.93 | 0.83 | 0.62 |
| Hex | DE | EE | 4C | 7 | 0 | 44 | 7 | 42 | 53 | 3E |
| Octal | 336 | 356 | 114 | 7 | 0 | 104 | 7 | 102 | 123 | 76 |
| Binary | 11011110 | 11101110 | 1001100 | 111 | 0 | 1000100 | 111 | 1000010 | 1010011 | 111110 |
Color Harmonies of #DEEE4C
Complementary color
Monochromatic Colors of #DEEE4C
Black with #DEEE4C
Text Example
Text Example
White with #DEEE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE4C; }
p { color: rgb(222,238,76); }
H1.HeaderClassName
{
color: #DEEE4C;
}
.AnyTagClassName
{
color: #DEEE4C;
}
</style>
background-color css
<style>
a { background-color: #DEEE4C; }
a { background-color: rgb(222,238,76); }
div.DivClassName
{
background-color: #DEEE4C;
}
.BgClassName
{
background-color: #DEEE4C;
}
</style>
border-color css
<style>
span { border-color: #DEEE4C; }
span { border-color: rgb(222,238,76); }
td.TdClassName
{
border-color: #DEEE4C;
}
.TagClassName
{
border-color: #DEEE4C;
}
</style>