Shades of Pear #DBF41E
Tints of Pear #DBF41E
RGB
CMYK
RGB Variations
Color information
#DBF41E (or 0xDBF41E) is known color: Pear. HEX triplet: DB, F4 and 1E. RGB value is (219,244,30). Sum of RGB (Red+Green+Blue) = 219+244+30=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 30 (12.11% from 255 or 6.09% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF41E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF41E is #240BE1. Grayscale: #D4D4D4. Windows color (decimal): -2362338 or 2028763. OLE color: 2028763.
HSL color Cylindrical-coordinate representation of color #DBF41E: hue angle of 67.01º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBF41E is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 30 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.04 |
| HSL | 67.01º | 0.91% | 0.54% | - |
| HSV(B) | 67.01º | 0.88% | 0.96% | - |
| XYZ | 61.8 | 79.86 | 13.38 | - |
| YUV | 212.13 | 25.22 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 30 | 0.10 | 0 | 0.88 | 0.04 | 67.01 | 0.91 | 0.54 |
| Hex | DB | F4 | 1E | A | 0 | 58 | 4 | 43 | 5B | 36 |
| Octal | 333 | 364 | 36 | 12 | 0 | 130 | 4 | 103 | 133 | 66 |
| Binary | 11011011 | 11110100 | 11110 | 1010 | 0 | 1011000 | 100 | 1000011 | 1011011 | 110110 |
Color Harmonies of #DBF41E
Complementary color
Monochromatic Colors of #DBF41E
Black with #DBF41E
Text Example
Text Example
White with #DBF41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF41E; }
p { color: rgb(219,244,30); }
H1.HeaderClassName
{
color: #DBF41E;
}
.AnyTagClassName
{
color: #DBF41E;
}
</style>
background-color css
<style>
a { background-color: #DBF41E; }
a { background-color: rgb(219,244,30); }
div.DivClassName
{
background-color: #DBF41E;
}
.BgClassName
{
background-color: #DBF41E;
}
</style>
border-color css
<style>
span { border-color: #DBF41E; }
span { border-color: rgb(219,244,30); }
td.TdClassName
{
border-color: #DBF41E;
}
.TagClassName
{
border-color: #DBF41E;
}
</style>