Shades of Pear #DBF11A
Tints of Pear #DBF11A
RGB
CMYK
RGB Variations
Color information
#DBF11A (or 0xDBF11A) is known color: Pear. HEX triplet: DB, F1 and 1A. RGB value is (219,241,26). Sum of RGB (Red+Green+Blue) = 219+241+26=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 26 (10.55% from 255 or 5.35% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF11A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF11A is #240EE5. Grayscale: #D2D2D2. Windows color (decimal): -2363110 or 1765851. OLE color: 1765851.
HSL color Cylindrical-coordinate representation of color #DBF11A: hue angle of 66.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DBF11A is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 26 | - |
| CMYK | 0.09 | 0 | 0.89 | 0.05 |
| HSL | 66.14º | 0.88% | 0.52% | - |
| HSV(B) | 66.14º | 0.89% | 0.95% | - |
| XYZ | 60.86 | 78.05 | 12.83 | - |
| YUV | 209.91 | 24.21 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 26 | 0.09 | 0 | 0.89 | 0.05 | 66.14 | 0.88 | 0.52 |
| Hex | DB | F1 | 1A | 9 | 0 | 59 | 5 | 42 | 58 | 34 |
| Octal | 333 | 361 | 32 | 11 | 0 | 131 | 5 | 102 | 130 | 64 |
| Binary | 11011011 | 11110001 | 11010 | 1001 | 0 | 1011001 | 101 | 1000010 | 1011000 | 110100 |
Color Harmonies of #DBF11A
Complementary color
Monochromatic Colors of #DBF11A
Black with #DBF11A
Text Example
Text Example
White with #DBF11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF11A; }
p { color: rgb(219,241,26); }
H1.HeaderClassName
{
color: #DBF11A;
}
.AnyTagClassName
{
color: #DBF11A;
}
</style>
background-color css
<style>
a { background-color: #DBF11A; }
a { background-color: rgb(219,241,26); }
div.DivClassName
{
background-color: #DBF11A;
}
.BgClassName
{
background-color: #DBF11A;
}
</style>
border-color css
<style>
span { border-color: #DBF11A; }
span { border-color: rgb(219,241,26); }
td.TdClassName
{
border-color: #DBF11A;
}
.TagClassName
{
border-color: #DBF11A;
}
</style>