Shades of Manz #DEEE4B
Tints of Manz #DEEE4B
RGB
CMYK
RGB Variations
Color information
#DEEE4B (or 0xDEEE4B) is known color: Manz. HEX triplet: DE, EE and 4B. RGB value is (222,238,75). Sum of RGB (Red+Green+Blue) = 222+238+75=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 75 (29.69% from 255 or 14.02% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEEE4B is #2111B4. Grayscale: #D7D7D7. Windows color (decimal): -2167221 or 4976350. OLE color: 4976350.
HSL color Cylindrical-coordinate representation of color #DEEE4B: hue angle of 65.89º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEEE4B is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 75 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.07 |
| HSL | 65.89º | 0.83% | 0.61% | - |
| HSV(B) | 65.89º | 0.68% | 0.93% | - |
| XYZ | 61.97 | 77.19 | 18.29 | - |
| YUV | 214.63 | 49.2 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 75 | 0.07 | 0 | 0.68 | 0.07 | 65.89 | 0.83 | 0.61 |
| Hex | DE | EE | 4B | 7 | 0 | 44 | 7 | 42 | 53 | 3D |
| Octal | 336 | 356 | 113 | 7 | 0 | 104 | 7 | 102 | 123 | 75 |
| Binary | 11011110 | 11101110 | 1001011 | 111 | 0 | 1000100 | 111 | 1000010 | 1010011 | 111101 |
Color Harmonies of #DEEE4B
Complementary color
Monochromatic Colors of #DEEE4B
Black with #DEEE4B
Text Example
Text Example
White with #DEEE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEE4B; }
p { color: rgb(222,238,75); }
H1.HeaderClassName
{
color: #DEEE4B;
}
.AnyTagClassName
{
color: #DEEE4B;
}
</style>
background-color css
<style>
a { background-color: #DEEE4B; }
a { background-color: rgb(222,238,75); }
div.DivClassName
{
background-color: #DEEE4B;
}
.BgClassName
{
background-color: #DEEE4B;
}
</style>
border-color css
<style>
span { border-color: #DEEE4B; }
span { border-color: rgb(222,238,75); }
td.TdClassName
{
border-color: #DEEE4B;
}
.TagClassName
{
border-color: #DEEE4B;
}
</style>