Shades of Manz #DBEE4B
Tints of Manz #DBEE4B
RGB
CMYK
RGB Variations
Color information
#DBEE4B (or 0xDBEE4B) is known color: Manz. HEX triplet: DB, EE and 4B. RGB value is (219,238,75). Sum of RGB (Red+Green+Blue) = 219+238+75=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 75 (29.69% from 255 or 14.10% from 532); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE4B is #2411B4. Grayscale: #D6D6D6. Windows color (decimal): -2363829 or 4976347. OLE color: 4976347.
HSL color Cylindrical-coordinate representation of color #DBEE4B: hue angle of 66.99º 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 #DBEE4B is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 75 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.07 |
| HSL | 66.99º | 0.83% | 0.61% | - |
| HSV(B) | 66.99º | 0.68% | 0.93% | - |
| XYZ | 61.06 | 76.72 | 18.25 | - |
| YUV | 213.74 | 49.71 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 75 | 0.08 | 0 | 0.68 | 0.07 | 66.99 | 0.83 | 0.61 |
| Hex | DB | EE | 4B | 8 | 0 | 44 | 7 | 43 | 53 | 3D |
| Octal | 333 | 356 | 113 | 10 | 0 | 104 | 7 | 103 | 123 | 75 |
| Binary | 11011011 | 11101110 | 1001011 | 1000 | 0 | 1000100 | 111 | 1000011 | 1010011 | 111101 |
Color Harmonies of #DBEE4B
Complementary color
Monochromatic Colors of #DBEE4B
Black with #DBEE4B
Text Example
Text Example
White with #DBEE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE4B; }
p { color: rgb(219,238,75); }
H1.HeaderClassName
{
color: #DBEE4B;
}
.AnyTagClassName
{
color: #DBEE4B;
}
</style>
background-color css
<style>
a { background-color: #DBEE4B; }
a { background-color: rgb(219,238,75); }
div.DivClassName
{
background-color: #DBEE4B;
}
.BgClassName
{
background-color: #DBEE4B;
}
</style>
border-color css
<style>
span { border-color: #DBEE4B; }
span { border-color: rgb(219,238,75); }
td.TdClassName
{
border-color: #DBEE4B;
}
.TagClassName
{
border-color: #DBEE4B;
}
</style>