Shades of Pear #DBEA25
Tints of Pear #DBEA25
RGB
CMYK
RGB Variations
Color information
#DBEA25 (or 0xDBEA25) is known color: Pear. HEX triplet: DB, EA and 25. RGB value is (219,234,37). Sum of RGB (Red+Green+Blue) = 219+234+37=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 234 (91.80% from 255 or 47.76% from 490); Blue value is 37 (14.84% from 255 or 7.55% from 490); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEA25 is #2415DA. Grayscale: #CFCFCF. Windows color (decimal): -2364891 or 2484955. OLE color: 2484955.
HSL color Cylindrical-coordinate representation of color #DBEA25: hue angle of 64.57º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBEA25 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 37 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.08 |
| HSL | 64.57º | 0.82% | 0.53% | - |
| HSV(B) | 64.57º | 0.84% | 0.92% | - |
| XYZ | 58.97 | 74.04 | 12.93 | - |
| YUV | 207.06 | 32.03 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 37 | 0.06 | 0 | 0.84 | 0.08 | 64.57 | 0.82 | 0.53 |
| Hex | DB | EA | 25 | 6 | 0 | 54 | 8 | 41 | 52 | 35 |
| Octal | 333 | 352 | 45 | 6 | 0 | 124 | 10 | 101 | 122 | 65 |
| Binary | 11011011 | 11101010 | 100101 | 110 | 0 | 1010100 | 1000 | 1000001 | 1010010 | 110101 |
Color Harmonies of #DBEA25
Complementary color
Monochromatic Colors of #DBEA25
Black with #DBEA25
Text Example
Text Example
White with #DBEA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA25; }
p { color: rgb(219,234,37); }
H1.HeaderClassName
{
color: #DBEA25;
}
.AnyTagClassName
{
color: #DBEA25;
}
</style>
background-color css
<style>
a { background-color: #DBEA25; }
a { background-color: rgb(219,234,37); }
div.DivClassName
{
background-color: #DBEA25;
}
.BgClassName
{
background-color: #DBEA25;
}
</style>
border-color css
<style>
span { border-color: #DBEA25; }
span { border-color: rgb(219,234,37); }
td.TdClassName
{
border-color: #DBEA25;
}
.TagClassName
{
border-color: #DBEA25;
}
</style>