Shades of Pear #DBFA2A
Tints of Pear #DBFA2A
RGB
CMYK
RGB Variations
Color information
#DBFA2A (or 0xDBFA2A) is known color: Pear. HEX triplet: DB, FA and 2A. RGB value is (219,250,42). Sum of RGB (Red+Green+Blue) = 219+250+42=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 42 (16.80% from 255 or 8.22% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFA2A is #2405D5. Grayscale: #D9D9D9. Windows color (decimal): -2360790 or 2816731. OLE color: 2816731.
HSL color Cylindrical-coordinate representation of color #DBFA2A: hue angle of 68.94º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBFA2A is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 42 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.02 |
| HSL | 68.94º | 0.95% | 0.57% | - |
| HSV(B) | 68.94º | 0.83% | 0.98% | - |
| XYZ | 63.82 | 83.6 | 14.96 | - |
| YUV | 217.02 | 29.23 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 42 | 0.12 | 0 | 0.83 | 0.02 | 68.94 | 0.95 | 0.57 |
| Hex | DB | FA | 2A | C | 0 | 53 | 2 | 45 | 5F | 39 |
| Octal | 333 | 372 | 52 | 14 | 0 | 123 | 2 | 105 | 137 | 71 |
| Binary | 11011011 | 11111010 | 101010 | 1100 | 0 | 1010011 | 10 | 1000101 | 1011111 | 111001 |
Color Harmonies of #DBFA2A
Complementary color
Monochromatic Colors of #DBFA2A
Black with #DBFA2A
Text Example
Text Example
White with #DBFA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA2A; }
p { color: rgb(219,250,42); }
H1.HeaderClassName
{
color: #DBFA2A;
}
.AnyTagClassName
{
color: #DBFA2A;
}
</style>
background-color css
<style>
a { background-color: #DBFA2A; }
a { background-color: rgb(219,250,42); }
div.DivClassName
{
background-color: #DBFA2A;
}
.BgClassName
{
background-color: #DBFA2A;
}
</style>
border-color css
<style>
span { border-color: #DBFA2A; }
span { border-color: rgb(219,250,42); }
td.TdClassName
{
border-color: #DBFA2A;
}
.TagClassName
{
border-color: #DBFA2A;
}
</style>