Shades of Pear #DBEA2F
Tints of Pear #DBEA2F
RGB
CMYK
RGB Variations
Color information
#DBEA2F (or 0xDBEA2F) is known color: Pear. HEX triplet: DB, EA and 2F. RGB value is (219,234,47). Sum of RGB (Red+Green+Blue) = 219+234+47=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 47 (18.75% from 255 or 9.4% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA2F is #2415D0. Grayscale: #D0D0D0. Windows color (decimal): -2364881 or 3140315. OLE color: 3140315.
HSL color Cylindrical-coordinate representation of color #DBEA2F: hue angle of 64.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBEA2F is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 47 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.08 |
| HSL | 64.81º | 0.82% | 0.55% | - |
| HSV(B) | 64.81º | 0.8% | 0.92% | - |
| XYZ | 59.15 | 74.11 | 13.88 | - |
| YUV | 208.2 | 37.03 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 47 | 0.06 | 0 | 0.80 | 0.08 | 64.81 | 0.82 | 0.55 |
| Hex | DB | EA | 2F | 6 | 0 | 50 | 8 | 41 | 52 | 37 |
| Octal | 333 | 352 | 57 | 6 | 0 | 120 | 10 | 101 | 122 | 67 |
| Binary | 11011011 | 11101010 | 101111 | 110 | 0 | 1010000 | 1000 | 1000001 | 1010010 | 110111 |
Color Harmonies of #DBEA2F
Complementary color
Monochromatic Colors of #DBEA2F
Black with #DBEA2F
Text Example
Text Example
White with #DBEA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA2F; }
p { color: rgb(219,234,47); }
H1.HeaderClassName
{
color: #DBEA2F;
}
.AnyTagClassName
{
color: #DBEA2F;
}
</style>
background-color css
<style>
a { background-color: #DBEA2F; }
a { background-color: rgb(219,234,47); }
div.DivClassName
{
background-color: #DBEA2F;
}
.BgClassName
{
background-color: #DBEA2F;
}
</style>
border-color css
<style>
span { border-color: #DBEA2F; }
span { border-color: rgb(219,234,47); }
td.TdClassName
{
border-color: #DBEA2F;
}
.TagClassName
{
border-color: #DBEA2F;
}
</style>