Shades of Pear #DBF83E
Tints of Pear #DBF83E
RGB
CMYK
RGB Variations
Color information
#DBF83E (or 0xDBF83E) is known color: Pear. HEX triplet: DB, F8 and 3E. RGB value is (219,248,62). Sum of RGB (Red+Green+Blue) = 219+248+62=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 62 (24.61% from 255 or 11.72% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF83E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF83E is #2407C1. Grayscale: #DADADA. Windows color (decimal): -2361282 or 4126939. OLE color: 4126939.
HSL color Cylindrical-coordinate representation of color #DBF83E: hue angle of 69.35º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBF83E is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 62 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.03 |
| HSL | 69.35º | 0.93% | 0.61% | - |
| HSV(B) | 69.35º | 0.75% | 0.97% | - |
| XYZ | 63.65 | 82.54 | 17.14 | - |
| YUV | 218.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 62 | 0.12 | 0 | 0.75 | 0.03 | 69.35 | 0.93 | 0.61 |
| Hex | DB | F8 | 3E | C | 0 | 4B | 3 | 45 | 5D | 3D |
| Octal | 333 | 370 | 76 | 14 | 0 | 113 | 3 | 105 | 135 | 75 |
| Binary | 11011011 | 11111000 | 111110 | 1100 | 0 | 1001011 | 11 | 1000101 | 1011101 | 111101 |
Color Harmonies of #DBF83E
Complementary color
Monochromatic Colors of #DBF83E
Black with #DBF83E
Text Example
Text Example
White with #DBF83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF83E; }
p { color: rgb(219,248,62); }
H1.HeaderClassName
{
color: #DBF83E;
}
.AnyTagClassName
{
color: #DBF83E;
}
</style>
background-color css
<style>
a { background-color: #DBF83E; }
a { background-color: rgb(219,248,62); }
div.DivClassName
{
background-color: #DBF83E;
}
.BgClassName
{
background-color: #DBF83E;
}
</style>
border-color css
<style>
span { border-color: #DBF83E; }
span { border-color: rgb(219,248,62); }
td.TdClassName
{
border-color: #DBF83E;
}
.TagClassName
{
border-color: #DBF83E;
}
</style>