Shades of Pear #DBF73D
Tints of Pear #DBF73D
RGB
CMYK
RGB Variations
Color information
#DBF73D (or 0xDBF73D) is known color: Pear. HEX triplet: DB, F7 and 3D. RGB value is (219,247,61). Sum of RGB (Red+Green+Blue) = 219+247+61=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 61 (24.22% from 255 or 11.57% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF73D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF73D is #2408C2. Grayscale: #DADADA. Windows color (decimal): -2361539 or 4061147. OLE color: 4061147.
HSL color Cylindrical-coordinate representation of color #DBF73D: hue angle of 69.03º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBF73D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 61 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.03 |
| HSL | 69.03º | 0.92% | 0.6% | - |
| HSV(B) | 69.03º | 0.75% | 0.97% | - |
| XYZ | 63.32 | 81.92 | 16.89 | - |
| YUV | 217.42 | 39.72 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 61 | 0.11 | 0 | 0.75 | 0.03 | 69.03 | 0.92 | 0.6 |
| Hex | DB | F7 | 3D | B | 0 | 4B | 3 | 45 | 5C | 3C |
| Octal | 333 | 367 | 75 | 13 | 0 | 113 | 3 | 105 | 134 | 74 |
| Binary | 11011011 | 11110111 | 111101 | 1011 | 0 | 1001011 | 11 | 1000101 | 1011100 | 111100 |
Color Harmonies of #DBF73D
Complementary color
Monochromatic Colors of #DBF73D
Black with #DBF73D
Text Example
Text Example
White with #DBF73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF73D; }
p { color: rgb(219,247,61); }
H1.HeaderClassName
{
color: #DBF73D;
}
.AnyTagClassName
{
color: #DBF73D;
}
</style>
background-color css
<style>
a { background-color: #DBF73D; }
a { background-color: rgb(219,247,61); }
div.DivClassName
{
background-color: #DBF73D;
}
.BgClassName
{
background-color: #DBF73D;
}
</style>
border-color css
<style>
span { border-color: #DBF73D; }
span { border-color: rgb(219,247,61); }
td.TdClassName
{
border-color: #DBF73D;
}
.TagClassName
{
border-color: #DBF73D;
}
</style>