Shades of Pear #DBF43D
Tints of Pear #DBF43D
RGB
CMYK
RGB Variations
Color information
#DBF43D (or 0xDBF43D) is known color: Pear. HEX triplet: DB, F4 and 3D. RGB value is (219,244,61). Sum of RGB (Red+Green+Blue) = 219+244+61=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 61 (24.22% from 255 or 11.64% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF43D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF43D is #240BC2. Grayscale: #D8D8D8. Windows color (decimal): -2362307 or 4060379. OLE color: 4060379.
HSL color Cylindrical-coordinate representation of color #DBF43D: hue angle of 68.2º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBF43D is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 61 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.04 |
| HSL | 68.2º | 0.89% | 0.6% | - |
| HSV(B) | 68.2º | 0.75% | 0.96% | - |
| XYZ | 62.41 | 80.1 | 16.59 | - |
| YUV | 215.66 | 40.72 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 61 | 0.10 | 0 | 0.75 | 0.04 | 68.2 | 0.89 | 0.6 |
| Hex | DB | F4 | 3D | A | 0 | 4B | 4 | 44 | 59 | 3C |
| Octal | 333 | 364 | 75 | 12 | 0 | 113 | 4 | 104 | 131 | 74 |
| Binary | 11011011 | 11110100 | 111101 | 1010 | 0 | 1001011 | 100 | 1000100 | 1011001 | 111100 |
Color Harmonies of #DBF43D
Complementary color
Monochromatic Colors of #DBF43D
Black with #DBF43D
Text Example
Text Example
White with #DBF43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF43D; }
p { color: rgb(219,244,61); }
H1.HeaderClassName
{
color: #DBF43D;
}
.AnyTagClassName
{
color: #DBF43D;
}
</style>
background-color css
<style>
a { background-color: #DBF43D; }
a { background-color: rgb(219,244,61); }
div.DivClassName
{
background-color: #DBF43D;
}
.BgClassName
{
background-color: #DBF43D;
}
</style>
border-color css
<style>
span { border-color: #DBF43D; }
span { border-color: rgb(219,244,61); }
td.TdClassName
{
border-color: #DBF43D;
}
.TagClassName
{
border-color: #DBF43D;
}
</style>