Shades of Pear #DBEE22
Tints of Pear #DBEE22
RGB
CMYK
RGB Variations
Color information
#DBEE22 (or 0xDBEE22) is known color: Pear. HEX triplet: DB, EE and 22. RGB value is (219,238,34). Sum of RGB (Red+Green+Blue) = 219+238+34=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 34 (13.67% from 255 or 6.92% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE22 is #2411DD. Grayscale: #D1D1D1. Windows color (decimal): -2363870 or 2289371. OLE color: 2289371.
HSL color Cylindrical-coordinate representation of color #DBEE22: hue angle of 65.59º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBEE22 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 34 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.07 |
| HSL | 65.59º | 0.86% | 0.53% | - |
| HSV(B) | 65.59º | 0.86% | 0.93% | - |
| XYZ | 60.08 | 76.32 | 13.08 | - |
| YUV | 209.06 | 29.21 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 34 | 0.08 | 0 | 0.86 | 0.07 | 65.59 | 0.86 | 0.53 |
| Hex | DB | EE | 22 | 8 | 0 | 56 | 7 | 42 | 56 | 35 |
| Octal | 333 | 356 | 42 | 10 | 0 | 126 | 7 | 102 | 126 | 65 |
| Binary | 11011011 | 11101110 | 100010 | 1000 | 0 | 1010110 | 111 | 1000010 | 1010110 | 110101 |
Color Harmonies of #DBEE22
Complementary color
Monochromatic Colors of #DBEE22
Black with #DBEE22
Text Example
Text Example
White with #DBEE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE22; }
p { color: rgb(219,238,34); }
H1.HeaderClassName
{
color: #DBEE22;
}
.AnyTagClassName
{
color: #DBEE22;
}
</style>
background-color css
<style>
a { background-color: #DBEE22; }
a { background-color: rgb(219,238,34); }
div.DivClassName
{
background-color: #DBEE22;
}
.BgClassName
{
background-color: #DBEE22;
}
</style>
border-color css
<style>
span { border-color: #DBEE22; }
span { border-color: rgb(219,238,34); }
td.TdClassName
{
border-color: #DBEE22;
}
.TagClassName
{
border-color: #DBEE22;
}
</style>