Shades of Pear #DBF740
Tints of Pear #DBF740
RGB
CMYK
RGB Variations
Color information
#DBF740 (or 0xDBF740) is known color: Pear. HEX triplet: DB, F7 and 40. RGB value is (219,247,64). Sum of RGB (Red+Green+Blue) = 219+247+64=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF740 is #2408BF. Grayscale: #DADADA. Windows color (decimal): -2361536 or 4257755. OLE color: 4257755.
HSL color Cylindrical-coordinate representation of color #DBF740: hue angle of 69.18º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBF740 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 64 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.03 |
| HSL | 69.18º | 0.92% | 0.61% | - |
| HSV(B) | 69.18º | 0.74% | 0.97% | - |
| XYZ | 63.4 | 81.95 | 17.33 | - |
| YUV | 217.77 | 41.22 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 64 | 0.11 | 0 | 0.74 | 0.03 | 69.18 | 0.92 | 0.61 |
| Hex | DB | F7 | 40 | B | 0 | 4A | 3 | 45 | 5C | 3D |
| Octal | 333 | 367 | 100 | 13 | 0 | 112 | 3 | 105 | 134 | 75 |
| Binary | 11011011 | 11110111 | 1000000 | 1011 | 0 | 1001010 | 11 | 1000101 | 1011100 | 111101 |
Color Harmonies of #DBF740
Complementary color
Monochromatic Colors of #DBF740
Black with #DBF740
Text Example
Text Example
White with #DBF740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF740; }
p { color: rgb(219,247,64); }
H1.HeaderClassName
{
color: #DBF740;
}
.AnyTagClassName
{
color: #DBF740;
}
</style>
background-color css
<style>
a { background-color: #DBF740; }
a { background-color: rgb(219,247,64); }
div.DivClassName
{
background-color: #DBF740;
}
.BgClassName
{
background-color: #DBF740;
}
</style>
border-color css
<style>
span { border-color: #DBF740; }
span { border-color: rgb(219,247,64); }
td.TdClassName
{
border-color: #DBF740;
}
.TagClassName
{
border-color: #DBF740;
}
</style>