Shades of Pear #DBEE25
Tints of Pear #DBEE25
RGB
CMYK
RGB Variations
Color information
#DBEE25 (or 0xDBEE25) is known color: Pear. HEX triplet: DB, EE and 25. RGB value is (219,238,37). Sum of RGB (Red+Green+Blue) = 219+238+37=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 37 (14.84% from 255 or 7.49% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEE25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEE25 is #2411DA. Grayscale: #D2D2D2. Windows color (decimal): -2363867 or 2485979. OLE color: 2485979.
HSL color Cylindrical-coordinate representation of color #DBEE25: hue angle of 65.67º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBEE25 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 238 | 37 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.07 |
| HSL | 65.67º | 0.86% | 0.54% | - |
| HSV(B) | 65.67º | 0.84% | 0.93% | - |
| XYZ | 60.12 | 76.34 | 13.32 | - |
| YUV | 209.41 | 30.71 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 238 | 37 | 0.08 | 0 | 0.84 | 0.07 | 65.67 | 0.86 | 0.54 |
| Hex | DB | EE | 25 | 8 | 0 | 54 | 7 | 42 | 56 | 36 |
| Octal | 333 | 356 | 45 | 10 | 0 | 124 | 7 | 102 | 126 | 66 |
| Binary | 11011011 | 11101110 | 100101 | 1000 | 0 | 1010100 | 111 | 1000010 | 1010110 | 110110 |
Color Harmonies of #DBEE25
Complementary color
Monochromatic Colors of #DBEE25
Black with #DBEE25
Text Example
Text Example
White with #DBEE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEE25; }
p { color: rgb(219,238,37); }
H1.HeaderClassName
{
color: #DBEE25;
}
.AnyTagClassName
{
color: #DBEE25;
}
</style>
background-color css
<style>
a { background-color: #DBEE25; }
a { background-color: rgb(219,238,37); }
div.DivClassName
{
background-color: #DBEE25;
}
.BgClassName
{
background-color: #DBEE25;
}
</style>
border-color css
<style>
span { border-color: #DBEE25; }
span { border-color: rgb(219,238,37); }
td.TdClassName
{
border-color: #DBEE25;
}
.TagClassName
{
border-color: #DBEE25;
}
</style>