Shades of Pear #DBEE34
Tints of Pear #DBEE34
RGB
CMYK
RGB Variations
Color information
#DBEE34 (or 0xDBEE34) is known color: Pear. HEX triplet: DB, EE and 34. RGB value is (219,238,52). Sum of RGB (Red+Green+Blue) = 219+238+52=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 52 (20.70% from 255 or 10.22% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE34 is #2411CB. Grayscale: #D3D3D3. Windows color (decimal): -2363852 or 3469019. OLE color: 3469019.
HSL color Cylindrical-coordinate representation of color #DBEE34: hue angle of 66.13º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBEE34 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 52 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.07 |
| HSL | 66.13º | 0.85% | 0.57% | - |
| HSV(B) | 66.13º | 0.78% | 0.93% | - |
| XYZ | 60.41 | 76.46 | 14.82 | - |
| YUV | 211.12 | 38.21 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 52 | 0.08 | 0 | 0.78 | 0.07 | 66.13 | 0.85 | 0.57 |
| Hex | DB | EE | 34 | 8 | 0 | 4E | 7 | 42 | 55 | 39 |
| Octal | 333 | 356 | 64 | 10 | 0 | 116 | 7 | 102 | 125 | 71 |
| Binary | 11011011 | 11101110 | 110100 | 1000 | 0 | 1001110 | 111 | 1000010 | 1010101 | 111001 |
Color Harmonies of #DBEE34
Complementary color
Monochromatic Colors of #DBEE34
Black with #DBEE34
Text Example
Text Example
White with #DBEE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE34; }
p { color: rgb(219,238,52); }
H1.HeaderClassName
{
color: #DBEE34;
}
.AnyTagClassName
{
color: #DBEE34;
}
</style>
background-color css
<style>
a { background-color: #DBEE34; }
a { background-color: rgb(219,238,52); }
div.DivClassName
{
background-color: #DBEE34;
}
.BgClassName
{
background-color: #DBEE34;
}
</style>
border-color css
<style>
span { border-color: #DBEE34; }
span { border-color: rgb(219,238,52); }
td.TdClassName
{
border-color: #DBEE34;
}
.TagClassName
{
border-color: #DBEE34;
}
</style>