Shades of Pear #DBFF39
Tints of Pear #DBFF39
RGB
CMYK
RGB Variations
Color information
#DBFF39 (or 0xDBFF39) is known color: Pear. HEX triplet: DB, FF and 39. RGB value is (219,255,57). Sum of RGB (Red+Green+Blue) = 219+255+57=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 57 (22.66% from 255 or 10.73% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF39 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF39 is #2400C6. Grayscale: #DEDEDE. Windows color (decimal): -2359495 or 3801051. OLE color: 3801051.
HSL color Cylindrical-coordinate representation of color #DBFF39: hue angle of 70.91º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBFF39 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 57 | - |
| CMYK | 0.14 | 0 | 0.78 | 0 |
| HSL | 70.91º | 1% | 0.61% | - |
| HSV(B) | 70.91º | 0.78% | 1% | - |
| XYZ | 65.71 | 86.88 | 17.18 | - |
| YUV | 221.66 | 35.07 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 57 | 0.14 | 0 | 0.78 | 0 | 70.91 | 1 | 0.61 |
| Hex | DB | FF | 39 | E | 0 | 4E | 0 | 47 | 64 | 3D |
| Octal | 333 | 377 | 71 | 16 | 0 | 116 | 0 | 107 | 144 | 75 |
| Binary | 11011011 | 11111111 | 111001 | 1110 | 0 | 1001110 | 0 | 1000111 | 1100100 | 111101 |
Color Harmonies of #DBFF39
Complementary color
Monochromatic Colors of #DBFF39
Black with #DBFF39
Text Example
Text Example
White with #DBFF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF39; }
p { color: rgb(219,255,57); }
H1.HeaderClassName
{
color: #DBFF39;
}
.AnyTagClassName
{
color: #DBFF39;
}
</style>
background-color css
<style>
a { background-color: #DBFF39; }
a { background-color: rgb(219,255,57); }
div.DivClassName
{
background-color: #DBFF39;
}
.BgClassName
{
background-color: #DBFF39;
}
</style>
border-color css
<style>
span { border-color: #DBFF39; }
span { border-color: rgb(219,255,57); }
td.TdClassName
{
border-color: #DBFF39;
}
.TagClassName
{
border-color: #DBFF39;
}
</style>