Shades of Pear #DBF84A
Tints of Pear #DBF84A
RGB
CMYK
RGB Variations
Color information
#DBF84A (or 0xDBF84A) is known color: Pear. HEX triplet: DB, F8 and 4A. RGB value is (219,248,74). Sum of RGB (Red+Green+Blue) = 219+248+74=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF84A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF84A is #2407B5. Grayscale: #DCDCDC. Windows color (decimal): -2361270 or 4913371. OLE color: 4913371.
HSL color Cylindrical-coordinate representation of color #DBF84A: hue angle of 70º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBF84A is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 74 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.03 |
| HSL | 70º | 0.93% | 0.63% | - |
| HSV(B) | 70º | 0.7% | 0.97% | - |
| XYZ | 64.02 | 82.69 | 19.07 | - |
| YUV | 219.49 | 45.89 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 74 | 0.12 | 0 | 0.70 | 0.03 | 70 | 0.93 | 0.63 |
| Hex | DB | F8 | 4A | C | 0 | 46 | 3 | 46 | 5D | 3F |
| Octal | 333 | 370 | 112 | 14 | 0 | 106 | 3 | 106 | 135 | 77 |
| Binary | 11011011 | 11111000 | 1001010 | 1100 | 0 | 1000110 | 11 | 1000110 | 1011101 | 111111 |
Color Harmonies of #DBF84A
Complementary color
Monochromatic Colors of #DBF84A
Black with #DBF84A
Text Example
Text Example
White with #DBF84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF84A; }
p { color: rgb(219,248,74); }
H1.HeaderClassName
{
color: #DBF84A;
}
.AnyTagClassName
{
color: #DBF84A;
}
</style>
background-color css
<style>
a { background-color: #DBF84A; }
a { background-color: rgb(219,248,74); }
div.DivClassName
{
background-color: #DBF84A;
}
.BgClassName
{
background-color: #DBF84A;
}
</style>
border-color css
<style>
span { border-color: #DBF84A; }
span { border-color: rgb(219,248,74); }
td.TdClassName
{
border-color: #DBF84A;
}
.TagClassName
{
border-color: #DBF84A;
}
</style>