Shades of Pear #DBF74A
Tints of Pear #DBF74A
RGB
CMYK
RGB Variations
Color information
#DBF74A (or 0xDBF74A) is known color: Pear. HEX triplet: DB, F7 and 4A. RGB value is (219,247,74). Sum of RGB (Red+Green+Blue) = 219+247+74=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 74 (29.30% from 255 or 13.70% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF74A is #2408B5. Grayscale: #DBDBDB. Windows color (decimal): -2361526 or 4913115. OLE color: 4913115.
HSL color Cylindrical-coordinate representation of color #DBF74A: hue angle of 69.71º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBF74A is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 74 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.03 |
| HSL | 69.71º | 0.92% | 0.63% | - |
| HSV(B) | 69.71º | 0.7% | 0.97% | - |
| XYZ | 63.71 | 82.08 | 18.96 | - |
| YUV | 218.91 | 46.22 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 74 | 0.11 | 0 | 0.70 | 0.03 | 69.71 | 0.92 | 0.63 |
| Hex | DB | F7 | 4A | B | 0 | 46 | 3 | 46 | 5C | 3F |
| Octal | 333 | 367 | 112 | 13 | 0 | 106 | 3 | 106 | 134 | 77 |
| Binary | 11011011 | 11110111 | 1001010 | 1011 | 0 | 1000110 | 11 | 1000110 | 1011100 | 111111 |
Color Harmonies of #DBF74A
Complementary color
Monochromatic Colors of #DBF74A
Black with #DBF74A
Text Example
Text Example
White with #DBF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF74A; }
p { color: rgb(219,247,74); }
H1.HeaderClassName
{
color: #DBF74A;
}
.AnyTagClassName
{
color: #DBF74A;
}
</style>
background-color css
<style>
a { background-color: #DBF74A; }
a { background-color: rgb(219,247,74); }
div.DivClassName
{
background-color: #DBF74A;
}
.BgClassName
{
background-color: #DBF74A;
}
</style>
border-color css
<style>
span { border-color: #DBF74A; }
span { border-color: rgb(219,247,74); }
td.TdClassName
{
border-color: #DBF74A;
}
.TagClassName
{
border-color: #DBF74A;
}
</style>