Shades of Pear #DBFC4A
Tints of Pear #DBFC4A
RGB
CMYK
RGB Variations
Color information
#DBFC4A (or 0xDBFC4A) is known color: Pear. HEX triplet: DB, FC and 4A. RGB value is (219,252,74). Sum of RGB (Red+Green+Blue) = 219+252+74=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 74 (29.30% from 255 or 13.58% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFC4A is #2403B5. Grayscale: #DEDEDE. Windows color (decimal): -2360246 or 4914395. OLE color: 4914395.
HSL color Cylindrical-coordinate representation of color #DBFC4A: hue angle of 71.12º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBFC4A is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 74 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.01 |
| HSL | 71.12º | 0.97% | 0.64% | - |
| HSV(B) | 71.12º | 0.71% | 0.99% | - |
| XYZ | 65.26 | 85.18 | 19.48 | - |
| YUV | 221.84 | 44.57 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 74 | 0.13 | 0 | 0.71 | 0.01 | 71.12 | 0.97 | 0.64 |
| Hex | DB | FC | 4A | D | 0 | 47 | 1 | 47 | 61 | 40 |
| Octal | 333 | 374 | 112 | 15 | 0 | 107 | 1 | 107 | 141 | 100 |
| Binary | 11011011 | 11111100 | 1001010 | 1101 | 0 | 1000111 | 1 | 1000111 | 1100001 | 1000000 |
Color Harmonies of #DBFC4A
Complementary color
Monochromatic Colors of #DBFC4A
Black with #DBFC4A
Text Example
Text Example
White with #DBFC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFC4A; }
p { color: rgb(219,252,74); }
H1.HeaderClassName
{
color: #DBFC4A;
}
.AnyTagClassName
{
color: #DBFC4A;
}
</style>
background-color css
<style>
a { background-color: #DBFC4A; }
a { background-color: rgb(219,252,74); }
div.DivClassName
{
background-color: #DBFC4A;
}
.BgClassName
{
background-color: #DBFC4A;
}
</style>
border-color css
<style>
span { border-color: #DBFC4A; }
span { border-color: rgb(219,252,74); }
td.TdClassName
{
border-color: #DBFC4A;
}
.TagClassName
{
border-color: #DBFC4A;
}
</style>