Shades of Pear #DBFB21
Tints of Pear #DBFB21
RGB
CMYK
RGB Variations
Color information
#DBFB21 (or 0xDBFB21) is known color: Pear. HEX triplet: DB, FB and 21. RGB value is (219,251,33). Sum of RGB (Red+Green+Blue) = 219+251+33=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 251 (98.44% from 255 or 49.90% from 503); Blue value is 33 (13.28% from 255 or 6.56% from 503); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB21 is #2404DE. Grayscale: #D9D9D9. Windows color (decimal): -2360543 or 2227163. OLE color: 2227163.
HSL color Cylindrical-coordinate representation of color #DBFB21: hue angle of 68.81º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBFB21 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 33 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.02 |
| HSL | 68.81º | 0.96% | 0.56% | - |
| HSV(B) | 68.81º | 0.87% | 0.98% | - |
| XYZ | 63.99 | 84.16 | 14.31 | - |
| YUV | 216.58 | 24.4 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 33 | 0.13 | 0 | 0.87 | 0.02 | 68.81 | 0.96 | 0.56 |
| Hex | DB | FB | 21 | D | 0 | 57 | 2 | 45 | 60 | 38 |
| Octal | 333 | 373 | 41 | 15 | 0 | 127 | 2 | 105 | 140 | 70 |
| Binary | 11011011 | 11111011 | 100001 | 1101 | 0 | 1010111 | 10 | 1000101 | 1100000 | 111000 |
Color Harmonies of #DBFB21
Complementary color
Monochromatic Colors of #DBFB21
Black with #DBFB21
Text Example
Text Example
White with #DBFB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB21; }
p { color: rgb(219,251,33); }
H1.HeaderClassName
{
color: #DBFB21;
}
.AnyTagClassName
{
color: #DBFB21;
}
</style>
background-color css
<style>
a { background-color: #DBFB21; }
a { background-color: rgb(219,251,33); }
div.DivClassName
{
background-color: #DBFB21;
}
.BgClassName
{
background-color: #DBFB21;
}
</style>
border-color css
<style>
span { border-color: #DBFB21; }
span { border-color: rgb(219,251,33); }
td.TdClassName
{
border-color: #DBFB21;
}
.TagClassName
{
border-color: #DBFB21;
}
</style>