Shades of Pear #DBF239
Tints of Pear #DBF239
RGB
CMYK
RGB Variations
Color information
#DBF239 (or 0xDBF239) is known color: Pear. HEX triplet: DB, F2 and 39. RGB value is (219,242,57). Sum of RGB (Red+Green+Blue) = 219+242+57=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 57 (22.66% from 255 or 11.00% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF239 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF239 is #240DC6. Grayscale: #D6D6D6. Windows color (decimal): -2362823 or 3797723. OLE color: 3797723.
HSL color Cylindrical-coordinate representation of color #DBF239: hue angle of 67.46º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBF239 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 57 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.05 |
| HSL | 67.46º | 0.88% | 0.59% | - |
| HSV(B) | 67.46º | 0.76% | 0.95% | - |
| XYZ | 61.7 | 78.86 | 15.84 | - |
| YUV | 214.03 | 39.38 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 57 | 0.10 | 0 | 0.76 | 0.05 | 67.46 | 0.88 | 0.59 |
| Hex | DB | F2 | 39 | A | 0 | 4C | 5 | 43 | 58 | 3B |
| Octal | 333 | 362 | 71 | 12 | 0 | 114 | 5 | 103 | 130 | 73 |
| Binary | 11011011 | 11110010 | 111001 | 1010 | 0 | 1001100 | 101 | 1000011 | 1011000 | 111011 |
Color Harmonies of #DBF239
Complementary color
Monochromatic Colors of #DBF239
Black with #DBF239
Text Example
Text Example
White with #DBF239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF239; }
p { color: rgb(219,242,57); }
H1.HeaderClassName
{
color: #DBF239;
}
.AnyTagClassName
{
color: #DBF239;
}
</style>
background-color css
<style>
a { background-color: #DBF239; }
a { background-color: rgb(219,242,57); }
div.DivClassName
{
background-color: #DBF239;
}
.BgClassName
{
background-color: #DBF239;
}
</style>
border-color css
<style>
span { border-color: #DBF239; }
span { border-color: rgb(219,242,57); }
td.TdClassName
{
border-color: #DBF239;
}
.TagClassName
{
border-color: #DBF239;
}
</style>