Shades of Pear #DBEF31
Tints of Pear #DBEF31
RGB
CMYK
RGB Variations
Color information
#DBEF31 (or 0xDBEF31) is known color: Pear. HEX triplet: DB, EF and 31. RGB value is (219,239,49). Sum of RGB (Red+Green+Blue) = 219+239+49=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 49 (19.53% from 255 or 9.66% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEF31 is #2410CE. Grayscale: #D4D4D4. Windows color (decimal): -2363599 or 3272667. OLE color: 3272667.
HSL color Cylindrical-coordinate representation of color #DBEF31: hue angle of 66.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBEF31 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 239 | 49 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.06 |
| HSL | 66.32º | 0.86% | 0.56% | - |
| HSV(B) | 66.32º | 0.79% | 0.94% | - |
| XYZ | 60.63 | 77.01 | 14.58 | - |
| YUV | 211.36 | 36.37 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 239 | 49 | 0.08 | 0 | 0.79 | 0.06 | 66.32 | 0.86 | 0.56 |
| Hex | DB | EF | 31 | 8 | 0 | 4F | 6 | 42 | 56 | 38 |
| Octal | 333 | 357 | 61 | 10 | 0 | 117 | 6 | 102 | 126 | 70 |
| Binary | 11011011 | 11101111 | 110001 | 1000 | 0 | 1001111 | 110 | 1000010 | 1010110 | 111000 |
Color Harmonies of #DBEF31
Complementary color
Monochromatic Colors of #DBEF31
Black with #DBEF31
Text Example
Text Example
White with #DBEF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEF31; }
p { color: rgb(219,239,49); }
H1.HeaderClassName
{
color: #DBEF31;
}
.AnyTagClassName
{
color: #DBEF31;
}
</style>
background-color css
<style>
a { background-color: #DBEF31; }
a { background-color: rgb(219,239,49); }
div.DivClassName
{
background-color: #DBEF31;
}
.BgClassName
{
background-color: #DBEF31;
}
</style>
border-color css
<style>
span { border-color: #DBEF31; }
span { border-color: rgb(219,239,49); }
td.TdClassName
{
border-color: #DBEF31;
}
.TagClassName
{
border-color: #DBEF31;
}
</style>