Shades of Pear #DBEE31
Tints of Pear #DBEE31
RGB
CMYK
RGB Variations
Color information
#DBEE31 (or 0xDBEE31) is known color: Pear. HEX triplet: DB, EE and 31. RGB value is (219,238,49). Sum of RGB (Red+Green+Blue) = 219+238+49=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE31 is #2411CE. Grayscale: #D3D3D3. Windows color (decimal): -2363855 or 3272411. OLE color: 3272411.
HSL color Cylindrical-coordinate representation of color #DBEE31: hue angle of 66.03º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBEE31 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 49 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.07 |
| HSL | 66.03º | 0.85% | 0.56% | - |
| HSV(B) | 66.03º | 0.79% | 0.93% | - |
| XYZ | 60.34 | 76.43 | 14.48 | - |
| YUV | 210.77 | 36.71 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 49 | 0.08 | 0 | 0.79 | 0.07 | 66.03 | 0.85 | 0.56 |
| Hex | DB | EE | 31 | 8 | 0 | 4F | 7 | 42 | 55 | 38 |
| Octal | 333 | 356 | 61 | 10 | 0 | 117 | 7 | 102 | 125 | 70 |
| Binary | 11011011 | 11101110 | 110001 | 1000 | 0 | 1001111 | 111 | 1000010 | 1010101 | 111000 |
Color Harmonies of #DBEE31
Complementary color
Monochromatic Colors of #DBEE31
Black with #DBEE31
Text Example
Text Example
White with #DBEE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE31; }
p { color: rgb(219,238,49); }
H1.HeaderClassName
{
color: #DBEE31;
}
.AnyTagClassName
{
color: #DBEE31;
}
</style>
background-color css
<style>
a { background-color: #DBEE31; }
a { background-color: rgb(219,238,49); }
div.DivClassName
{
background-color: #DBEE31;
}
.BgClassName
{
background-color: #DBEE31;
}
</style>
border-color css
<style>
span { border-color: #DBEE31; }
span { border-color: rgb(219,238,49); }
td.TdClassName
{
border-color: #DBEE31;
}
.TagClassName
{
border-color: #DBEE31;
}
</style>