Shades of Pear #DBFA32
Tints of Pear #DBFA32
RGB
CMYK
RGB Variations
Color information
#DBFA32 (or 0xDBFA32) is known color: Pear. HEX triplet: DB, FA and 32. RGB value is (219,250,50). Sum of RGB (Red+Green+Blue) = 219+250+50=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 50 (19.92% from 255 or 9.63% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFA32 is #2405CD. Grayscale: #DADADA. Windows color (decimal): -2360782 or 3341019. OLE color: 3341019.
HSL color Cylindrical-coordinate representation of color #DBFA32: hue angle of 69.3º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBFA32 is Cyan = 0.12, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 50 | - |
| CMYK | 0.12 | 0 | 0.8 | 0.02 |
| HSL | 69.3º | 0.95% | 0.59% | - |
| HSV(B) | 69.3º | 0.8% | 0.98% | - |
| XYZ | 63.97 | 83.66 | 15.79 | - |
| YUV | 217.93 | 33.23 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 50 | 0.12 | 0 | 0.8 | 0.02 | 69.3 | 0.95 | 0.59 |
| Hex | DB | FA | 32 | C | 0 | 50 | 2 | 45 | 5F | 3B |
| Octal | 333 | 372 | 62 | 14 | 0 | 120 | 2 | 105 | 137 | 73 |
| Binary | 11011011 | 11111010 | 110010 | 1100 | 0 | 1010000 | 10 | 1000101 | 1011111 | 111011 |
Color Harmonies of #DBFA32
Complementary color
Monochromatic Colors of #DBFA32
Black with #DBFA32
Text Example
Text Example
White with #DBFA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFA32; }
p { color: rgb(219,250,50); }
H1.HeaderClassName
{
color: #DBFA32;
}
.AnyTagClassName
{
color: #DBFA32;
}
</style>
background-color css
<style>
a { background-color: #DBFA32; }
a { background-color: rgb(219,250,50); }
div.DivClassName
{
background-color: #DBFA32;
}
.BgClassName
{
background-color: #DBFA32;
}
</style>
border-color css
<style>
span { border-color: #DBFA32; }
span { border-color: rgb(219,250,50); }
td.TdClassName
{
border-color: #DBFA32;
}
.TagClassName
{
border-color: #DBFA32;
}
</style>