Shades of Pear #DBF72E
Tints of Pear #DBF72E
RGB
CMYK
RGB Variations
Color information
#DBF72E (or 0xDBF72E) is known color: Pear. HEX triplet: DB, F7 and 2E. RGB value is (219,247,46). Sum of RGB (Red+Green+Blue) = 219+247+46=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 46 (18.36% from 255 or 8.98% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF72E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF72E is #2408D1. Grayscale: #D8D8D8. Windows color (decimal): -2361554 or 3078107. OLE color: 3078107.
HSL color Cylindrical-coordinate representation of color #DBF72E: hue angle of 68.36º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBF72E is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 46 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.03 |
| HSL | 68.36º | 0.93% | 0.57% | - |
| HSV(B) | 68.36º | 0.81% | 0.97% | - |
| XYZ | 62.97 | 81.78 | 15.05 | - |
| YUV | 215.71 | 32.22 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 46 | 0.11 | 0 | 0.81 | 0.03 | 68.36 | 0.93 | 0.57 |
| Hex | DB | F7 | 2E | B | 0 | 51 | 3 | 44 | 5D | 39 |
| Octal | 333 | 367 | 56 | 13 | 0 | 121 | 3 | 104 | 135 | 71 |
| Binary | 11011011 | 11110111 | 101110 | 1011 | 0 | 1010001 | 11 | 1000100 | 1011101 | 111001 |
Color Harmonies of #DBF72E
Complementary color
Monochromatic Colors of #DBF72E
Black with #DBF72E
Text Example
Text Example
White with #DBF72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF72E; }
p { color: rgb(219,247,46); }
H1.HeaderClassName
{
color: #DBF72E;
}
.AnyTagClassName
{
color: #DBF72E;
}
</style>
background-color css
<style>
a { background-color: #DBF72E; }
a { background-color: rgb(219,247,46); }
div.DivClassName
{
background-color: #DBF72E;
}
.BgClassName
{
background-color: #DBF72E;
}
</style>
border-color css
<style>
span { border-color: #DBF72E; }
span { border-color: rgb(219,247,46); }
td.TdClassName
{
border-color: #DBF72E;
}
.TagClassName
{
border-color: #DBF72E;
}
</style>