Shades of Pear #DBF42D
Tints of Pear #DBF42D
RGB
CMYK
RGB Variations
Color information
#DBF42D (or 0xDBF42D) is known color: Pear. HEX triplet: DB, F4 and 2D. RGB value is (219,244,45). Sum of RGB (Red+Green+Blue) = 219+244+45=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 45 (17.97% from 255 or 8.86% from 508); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF42D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF42D is #240BD2. Grayscale: #D6D6D6. Windows color (decimal): -2362323 or 3011803. OLE color: 3011803.
HSL color Cylindrical-coordinate representation of color #DBF42D: hue angle of 67.54º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBF42D is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 45 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.04 |
| HSL | 67.54º | 0.9% | 0.57% | - |
| HSV(B) | 67.54º | 0.82% | 0.96% | - |
| XYZ | 62.04 | 79.95 | 14.64 | - |
| YUV | 213.84 | 32.72 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 45 | 0.10 | 0 | 0.82 | 0.04 | 67.54 | 0.9 | 0.57 |
| Hex | DB | F4 | 2D | A | 0 | 52 | 4 | 44 | 5A | 39 |
| Octal | 333 | 364 | 55 | 12 | 0 | 122 | 4 | 104 | 132 | 71 |
| Binary | 11011011 | 11110100 | 101101 | 1010 | 0 | 1010010 | 100 | 1000100 | 1011010 | 111001 |
Color Harmonies of #DBF42D
Complementary color
Monochromatic Colors of #DBF42D
Black with #DBF42D
Text Example
Text Example
White with #DBF42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF42D; }
p { color: rgb(219,244,45); }
H1.HeaderClassName
{
color: #DBF42D;
}
.AnyTagClassName
{
color: #DBF42D;
}
</style>
background-color css
<style>
a { background-color: #DBF42D; }
a { background-color: rgb(219,244,45); }
div.DivClassName
{
background-color: #DBF42D;
}
.BgClassName
{
background-color: #DBF42D;
}
</style>
border-color css
<style>
span { border-color: #DBF42D; }
span { border-color: rgb(219,244,45); }
td.TdClassName
{
border-color: #DBF42D;
}
.TagClassName
{
border-color: #DBF42D;
}
</style>