Shades of Pear #DBF21D
Tints of Pear #DBF21D
RGB
CMYK
RGB Variations
Color information
#DBF21D (or 0xDBF21D) is known color: Pear. HEX triplet: DB, F2 and 1D. RGB value is (219,242,29). Sum of RGB (Red+Green+Blue) = 219+242+29=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 29 (11.72% from 255 or 5.92% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF21D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF21D is #240DE2. Grayscale: #D3D3D3. Windows color (decimal): -2362851 or 1962715. OLE color: 1962715.
HSL color Cylindrical-coordinate representation of color #DBF21D: hue angle of 66.48º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBF21D is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 29 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.05 |
| HSL | 66.48º | 0.89% | 0.53% | - |
| HSV(B) | 66.48º | 0.88% | 0.95% | - |
| XYZ | 61.19 | 78.65 | 13.12 | - |
| YUV | 210.84 | 25.38 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 29 | 0.10 | 0 | 0.88 | 0.05 | 66.48 | 0.89 | 0.53 |
| Hex | DB | F2 | 1D | A | 0 | 58 | 5 | 42 | 59 | 35 |
| Octal | 333 | 362 | 35 | 12 | 0 | 130 | 5 | 102 | 131 | 65 |
| Binary | 11011011 | 11110010 | 11101 | 1010 | 0 | 1011000 | 101 | 1000010 | 1011001 | 110101 |
Color Harmonies of #DBF21D
Complementary color
Monochromatic Colors of #DBF21D
Black with #DBF21D
Text Example
Text Example
White with #DBF21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF21D; }
p { color: rgb(219,242,29); }
H1.HeaderClassName
{
color: #DBF21D;
}
.AnyTagClassName
{
color: #DBF21D;
}
</style>
background-color css
<style>
a { background-color: #DBF21D; }
a { background-color: rgb(219,242,29); }
div.DivClassName
{
background-color: #DBF21D;
}
.BgClassName
{
background-color: #DBF21D;
}
</style>
border-color css
<style>
span { border-color: #DBF21D; }
span { border-color: rgb(219,242,29); }
td.TdClassName
{
border-color: #DBF21D;
}
.TagClassName
{
border-color: #DBF21D;
}
</style>