Shades of Pear #DBF82A
Tints of Pear #DBF82A
RGB
CMYK
RGB Variations
Color information
#DBF82A (or 0xDBF82A) is known color: Pear. HEX triplet: DB, F8 and 2A. RGB value is (219,248,42). Sum of RGB (Red+Green+Blue) = 219+248+42=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 42 (16.80% from 255 or 8.25% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF82A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF82A is #2407D5. Grayscale: #D8D8D8. Windows color (decimal): -2361302 or 2816219. OLE color: 2816219.
HSL color Cylindrical-coordinate representation of color #DBF82A: hue angle of 68.45º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBF82A is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 42 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.03 |
| HSL | 68.45º | 0.94% | 0.57% | - |
| HSV(B) | 68.45º | 0.83% | 0.97% | - |
| XYZ | 63.2 | 82.36 | 14.76 | - |
| YUV | 215.85 | 29.89 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 42 | 0.12 | 0 | 0.83 | 0.03 | 68.45 | 0.94 | 0.57 |
| Hex | DB | F8 | 2A | C | 0 | 53 | 3 | 44 | 5E | 39 |
| Octal | 333 | 370 | 52 | 14 | 0 | 123 | 3 | 104 | 136 | 71 |
| Binary | 11011011 | 11111000 | 101010 | 1100 | 0 | 1010011 | 11 | 1000100 | 1011110 | 111001 |
Color Harmonies of #DBF82A
Complementary color
Monochromatic Colors of #DBF82A
Black with #DBF82A
Text Example
Text Example
White with #DBF82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF82A; }
p { color: rgb(219,248,42); }
H1.HeaderClassName
{
color: #DBF82A;
}
.AnyTagClassName
{
color: #DBF82A;
}
</style>
background-color css
<style>
a { background-color: #DBF82A; }
a { background-color: rgb(219,248,42); }
div.DivClassName
{
background-color: #DBF82A;
}
.BgClassName
{
background-color: #DBF82A;
}
</style>
border-color css
<style>
span { border-color: #DBF82A; }
span { border-color: rgb(219,248,42); }
td.TdClassName
{
border-color: #DBF82A;
}
.TagClassName
{
border-color: #DBF82A;
}
</style>