Shades of Pear #DBEB30
Tints of Pear #DBEB30
RGB
CMYK
RGB Variations
Color information
#DBEB30 (or 0xDBEB30) is known color: Pear. HEX triplet: DB, EB and 30. RGB value is (219,235,48). Sum of RGB (Red+Green+Blue) = 219+235+48=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 48 (19.14% from 255 or 9.56% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEB30 is #2414CF. Grayscale: #D1D1D1. Windows color (decimal): -2364624 or 3206107. OLE color: 3206107.
HSL color Cylindrical-coordinate representation of color #DBEB30: hue angle of 65.13º 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 #DBEB30 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 48 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.08 |
| HSL | 65.13º | 0.82% | 0.55% | - |
| HSV(B) | 65.13º | 0.8% | 0.92% | - |
| XYZ | 59.46 | 74.69 | 14.08 | - |
| YUV | 208.9 | 37.2 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 48 | 0.07 | 0 | 0.80 | 0.08 | 65.13 | 0.82 | 0.55 |
| Hex | DB | EB | 30 | 7 | 0 | 50 | 8 | 41 | 52 | 37 |
| Octal | 333 | 353 | 60 | 7 | 0 | 120 | 10 | 101 | 122 | 67 |
| Binary | 11011011 | 11101011 | 110000 | 111 | 0 | 1010000 | 1000 | 1000001 | 1010010 | 110111 |
Color Harmonies of #DBEB30
Complementary color
Monochromatic Colors of #DBEB30
Black with #DBEB30
Text Example
Text Example
White with #DBEB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEB30; }
p { color: rgb(219,235,48); }
H1.HeaderClassName
{
color: #DBEB30;
}
.AnyTagClassName
{
color: #DBEB30;
}
</style>
background-color css
<style>
a { background-color: #DBEB30; }
a { background-color: rgb(219,235,48); }
div.DivClassName
{
background-color: #DBEB30;
}
.BgClassName
{
background-color: #DBEB30;
}
</style>
border-color css
<style>
span { border-color: #DBEB30; }
span { border-color: rgb(219,235,48); }
td.TdClassName
{
border-color: #DBEB30;
}
.TagClassName
{
border-color: #DBEB30;
}
</style>