Shades of Pear #DBF21F
Tints of Pear #DBF21F
RGB
CMYK
RGB Variations
Color information
#DBF21F (or 0xDBF21F) is known color: Pear. HEX triplet: DB, F2 and 1F. RGB value is (219,242,31). Sum of RGB (Red+Green+Blue) = 219+242+31=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 31 (12.5% from 255 or 6.30% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF21F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF21F is #240DE0. Grayscale: #D3D3D3. Windows color (decimal): -2362849 or 2093787. OLE color: 2093787.
HSL color Cylindrical-coordinate representation of color #DBF21F: hue angle of 66.54º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBF21F is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 31 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.05 |
| HSL | 66.54º | 0.89% | 0.54% | - |
| HSV(B) | 66.54º | 0.87% | 0.95% | - |
| XYZ | 61.21 | 78.66 | 13.25 | - |
| YUV | 211.07 | 26.38 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 31 | 0.10 | 0 | 0.87 | 0.05 | 66.54 | 0.89 | 0.54 |
| Hex | DB | F2 | 1F | A | 0 | 57 | 5 | 43 | 59 | 36 |
| Octal | 333 | 362 | 37 | 12 | 0 | 127 | 5 | 103 | 131 | 66 |
| Binary | 11011011 | 11110010 | 11111 | 1010 | 0 | 1010111 | 101 | 1000011 | 1011001 | 110110 |
Color Harmonies of #DBF21F
Complementary color
Monochromatic Colors of #DBF21F
Black with #DBF21F
Text Example
Text Example
White with #DBF21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF21F; }
p { color: rgb(219,242,31); }
H1.HeaderClassName
{
color: #DBF21F;
}
.AnyTagClassName
{
color: #DBF21F;
}
</style>
background-color css
<style>
a { background-color: #DBF21F; }
a { background-color: rgb(219,242,31); }
div.DivClassName
{
background-color: #DBF21F;
}
.BgClassName
{
background-color: #DBF21F;
}
</style>
border-color css
<style>
span { border-color: #DBF21F; }
span { border-color: rgb(219,242,31); }
td.TdClassName
{
border-color: #DBF21F;
}
.TagClassName
{
border-color: #DBF21F;
}
</style>