Shades of Pear #DBF92F
Tints of Pear #DBF92F
RGB
CMYK
RGB Variations
Color information
#DBF92F (or 0xDBF92F) is known color: Pear. HEX triplet: DB, F9 and 2F. RGB value is (219,249,47). Sum of RGB (Red+Green+Blue) = 219+249+47=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 249 (97.66% from 255 or 48.35% from 515); Blue value is 47 (18.75% from 255 or 9.13% from 515); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF92F is #2406D0. Grayscale: #D9D9D9. Windows color (decimal): -2361041 or 3144155. OLE color: 3144155.
HSL color Cylindrical-coordinate representation of color #DBF92F: hue angle of 68.91º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBF92F is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 47 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.02 |
| HSL | 68.91º | 0.94% | 0.58% | - |
| HSV(B) | 68.91º | 0.81% | 0.98% | - |
| XYZ | 63.6 | 83.02 | 15.36 | - |
| YUV | 217 | 32.06 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 47 | 0.12 | 0 | 0.81 | 0.02 | 68.91 | 0.94 | 0.58 |
| Hex | DB | F9 | 2F | C | 0 | 51 | 2 | 45 | 5E | 3A |
| Octal | 333 | 371 | 57 | 14 | 0 | 121 | 2 | 105 | 136 | 72 |
| Binary | 11011011 | 11111001 | 101111 | 1100 | 0 | 1010001 | 10 | 1000101 | 1011110 | 111010 |
Color Harmonies of #DBF92F
Complementary color
Monochromatic Colors of #DBF92F
Black with #DBF92F
Text Example
Text Example
White with #DBF92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF92F; }
p { color: rgb(219,249,47); }
H1.HeaderClassName
{
color: #DBF92F;
}
.AnyTagClassName
{
color: #DBF92F;
}
</style>
background-color css
<style>
a { background-color: #DBF92F; }
a { background-color: rgb(219,249,47); }
div.DivClassName
{
background-color: #DBF92F;
}
.BgClassName
{
background-color: #DBF92F;
}
</style>
border-color css
<style>
span { border-color: #DBF92F; }
span { border-color: rgb(219,249,47); }
td.TdClassName
{
border-color: #DBF92F;
}
.TagClassName
{
border-color: #DBF92F;
}
</style>