Shades of Pear #DBF92B
Tints of Pear #DBF92B
RGB
CMYK
RGB Variations
Color information
#DBF92B (or 0xDBF92B) is known color: Pear. HEX triplet: DB, F9 and 2B. RGB value is (219,249,43). Sum of RGB (Red+Green+Blue) = 219+249+43=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF92B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF92B is #2406D4. Grayscale: #D9D9D9. Windows color (decimal): -2361045 or 2882011. OLE color: 2882011.
HSL color Cylindrical-coordinate representation of color #DBF92B: hue angle of 68.74º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBF92B is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 43 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.02 |
| HSL | 68.74º | 0.94% | 0.57% | - |
| HSV(B) | 68.74º | 0.83% | 0.98% | - |
| XYZ | 63.53 | 82.99 | 14.96 | - |
| YUV | 216.55 | 30.06 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 43 | 0.12 | 0 | 0.83 | 0.02 | 68.74 | 0.94 | 0.57 |
| Hex | DB | F9 | 2B | C | 0 | 53 | 2 | 45 | 5E | 39 |
| Octal | 333 | 371 | 53 | 14 | 0 | 123 | 2 | 105 | 136 | 71 |
| Binary | 11011011 | 11111001 | 101011 | 1100 | 0 | 1010011 | 10 | 1000101 | 1011110 | 111001 |
Color Harmonies of #DBF92B
Complementary color
Monochromatic Colors of #DBF92B
Black with #DBF92B
Text Example
Text Example
White with #DBF92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF92B; }
p { color: rgb(219,249,43); }
H1.HeaderClassName
{
color: #DBF92B;
}
.AnyTagClassName
{
color: #DBF92B;
}
</style>
background-color css
<style>
a { background-color: #DBF92B; }
a { background-color: rgb(219,249,43); }
div.DivClassName
{
background-color: #DBF92B;
}
.BgClassName
{
background-color: #DBF92B;
}
</style>
border-color css
<style>
span { border-color: #DBF92B; }
span { border-color: rgb(219,249,43); }
td.TdClassName
{
border-color: #DBF92B;
}
.TagClassName
{
border-color: #DBF92B;
}
</style>