Shades of Pear #DBF34A
Tints of Pear #DBF34A
RGB
CMYK
RGB Variations
Color information
#DBF34A (or 0xDBF34A) is known color: Pear. HEX triplet: DB, F3 and 4A. RGB value is (219,243,74). Sum of RGB (Red+Green+Blue) = 219+243+74=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 74 (29.30% from 255 or 13.81% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF34A is #240CB5. Grayscale: #D9D9D9. Windows color (decimal): -2362550 or 4912091. OLE color: 4912091.
HSL color Cylindrical-coordinate representation of color #DBF34A: hue angle of 68.52º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBF34A is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 74 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.05 |
| HSL | 68.52º | 0.88% | 0.62% | - |
| HSV(B) | 68.52º | 0.7% | 0.95% | - |
| XYZ | 62.5 | 79.66 | 18.56 | - |
| YUV | 216.56 | 47.55 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 74 | 0.10 | 0 | 0.70 | 0.05 | 68.52 | 0.88 | 0.62 |
| Hex | DB | F3 | 4A | A | 0 | 46 | 5 | 45 | 58 | 3E |
| Octal | 333 | 363 | 112 | 12 | 0 | 106 | 5 | 105 | 130 | 76 |
| Binary | 11011011 | 11110011 | 1001010 | 1010 | 0 | 1000110 | 101 | 1000101 | 1011000 | 111110 |
Color Harmonies of #DBF34A
Complementary color
Monochromatic Colors of #DBF34A
Black with #DBF34A
Text Example
Text Example
White with #DBF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF34A; }
p { color: rgb(219,243,74); }
H1.HeaderClassName
{
color: #DBF34A;
}
.AnyTagClassName
{
color: #DBF34A;
}
</style>
background-color css
<style>
a { background-color: #DBF34A; }
a { background-color: rgb(219,243,74); }
div.DivClassName
{
background-color: #DBF34A;
}
.BgClassName
{
background-color: #DBF34A;
}
</style>
border-color css
<style>
span { border-color: #DBF34A; }
span { border-color: rgb(219,243,74); }
td.TdClassName
{
border-color: #DBF34A;
}
.TagClassName
{
border-color: #DBF34A;
}
</style>