Shades of Pear #DBFA30
Tints of Pear #DBFA30
RGB
CMYK
RGB Variations
Color information
#DBFA30 (or 0xDBFA30) is known color: Pear. HEX triplet: DB, FA and 30. RGB value is (219,250,48). Sum of RGB (Red+Green+Blue) = 219+250+48=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 48 (19.14% from 255 or 9.28% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFA30 is #2405CF. Grayscale: #DADADA. Windows color (decimal): -2360784 or 3209947. OLE color: 3209947.
HSL color Cylindrical-coordinate representation of color #DBFA30: hue angle of 69.21º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBFA30 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 48 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.02 |
| HSL | 69.21º | 0.95% | 0.58% | - |
| HSV(B) | 69.21º | 0.81% | 0.98% | - |
| XYZ | 63.93 | 83.64 | 15.57 | - |
| YUV | 217.7 | 32.23 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 48 | 0.12 | 0 | 0.81 | 0.02 | 69.21 | 0.95 | 0.58 |
| Hex | DB | FA | 30 | C | 0 | 51 | 2 | 45 | 5F | 3A |
| Octal | 333 | 372 | 60 | 14 | 0 | 121 | 2 | 105 | 137 | 72 |
| Binary | 11011011 | 11111010 | 110000 | 1100 | 0 | 1010001 | 10 | 1000101 | 1011111 | 111010 |
Color Harmonies of #DBFA30
Complementary color
Monochromatic Colors of #DBFA30
Black with #DBFA30
Text Example
Text Example
White with #DBFA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA30; }
p { color: rgb(219,250,48); }
H1.HeaderClassName
{
color: #DBFA30;
}
.AnyTagClassName
{
color: #DBFA30;
}
</style>
background-color css
<style>
a { background-color: #DBFA30; }
a { background-color: rgb(219,250,48); }
div.DivClassName
{
background-color: #DBFA30;
}
.BgClassName
{
background-color: #DBFA30;
}
</style>
border-color css
<style>
span { border-color: #DBFA30; }
span { border-color: rgb(219,250,48); }
td.TdClassName
{
border-color: #DBFA30;
}
.TagClassName
{
border-color: #DBFA30;
}
</style>