Shades of Pear #DBFA41
Tints of Pear #DBFA41
RGB
CMYK
RGB Variations
Color information
#DBFA41 (or 0xDBFA41) is known color: Pear. HEX triplet: DB, FA and 41. RGB value is (219,250,65). Sum of RGB (Red+Green+Blue) = 219+250+65=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 65 (25.78% from 255 or 12.17% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFA41 is #2405BE. Grayscale: #DCDCDC. Windows color (decimal): -2360767 or 4324059. OLE color: 4324059.
HSL color Cylindrical-coordinate representation of color #DBFA41: hue angle of 70.05º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBFA41 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 65 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.02 |
| HSL | 70.05º | 0.95% | 0.62% | - |
| HSV(B) | 70.05º | 0.74% | 0.98% | - |
| XYZ | 64.35 | 83.81 | 17.79 | - |
| YUV | 219.64 | 40.73 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 65 | 0.12 | 0 | 0.74 | 0.02 | 70.05 | 0.95 | 0.62 |
| Hex | DB | FA | 41 | C | 0 | 4A | 2 | 46 | 5F | 3E |
| Octal | 333 | 372 | 101 | 14 | 0 | 112 | 2 | 106 | 137 | 76 |
| Binary | 11011011 | 11111010 | 1000001 | 1100 | 0 | 1001010 | 10 | 1000110 | 1011111 | 111110 |
Color Harmonies of #DBFA41
Complementary color
Monochromatic Colors of #DBFA41
Black with #DBFA41
Text Example
Text Example
White with #DBFA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA41; }
p { color: rgb(219,250,65); }
H1.HeaderClassName
{
color: #DBFA41;
}
.AnyTagClassName
{
color: #DBFA41;
}
</style>
background-color css
<style>
a { background-color: #DBFA41; }
a { background-color: rgb(219,250,65); }
div.DivClassName
{
background-color: #DBFA41;
}
.BgClassName
{
background-color: #DBFA41;
}
</style>
border-color css
<style>
span { border-color: #DBFA41; }
span { border-color: rgb(219,250,65); }
td.TdClassName
{
border-color: #DBFA41;
}
.TagClassName
{
border-color: #DBFA41;
}
</style>