Shades of Pear #DBFB34
Tints of Pear #DBFB34
RGB
CMYK
RGB Variations
Color information
#DBFB34 (or 0xDBFB34) is known color: Pear. HEX triplet: DB, FB and 34. RGB value is (219,251,52). Sum of RGB (Red+Green+Blue) = 219+251+52=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 52 (20.70% from 255 or 9.96% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB34 is #2404CB. Grayscale: #DBDBDB. Windows color (decimal): -2360524 or 3472347. OLE color: 3472347.
HSL color Cylindrical-coordinate representation of color #DBFB34: hue angle of 69.65º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBFB34 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 52 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.02 |
| HSL | 69.65º | 0.96% | 0.59% | - |
| HSV(B) | 69.65º | 0.79% | 0.98% | - |
| XYZ | 64.33 | 84.3 | 16.13 | - |
| YUV | 218.75 | 33.9 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 52 | 0.13 | 0 | 0.79 | 0.02 | 69.65 | 0.96 | 0.59 |
| Hex | DB | FB | 34 | D | 0 | 4F | 2 | 46 | 60 | 3B |
| Octal | 333 | 373 | 64 | 15 | 0 | 117 | 2 | 106 | 140 | 73 |
| Binary | 11011011 | 11111011 | 110100 | 1101 | 0 | 1001111 | 10 | 1000110 | 1100000 | 111011 |
Color Harmonies of #DBFB34
Complementary color
Monochromatic Colors of #DBFB34
Black with #DBFB34
Text Example
Text Example
White with #DBFB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB34; }
p { color: rgb(219,251,52); }
H1.HeaderClassName
{
color: #DBFB34;
}
.AnyTagClassName
{
color: #DBFB34;
}
</style>
background-color css
<style>
a { background-color: #DBFB34; }
a { background-color: rgb(219,251,52); }
div.DivClassName
{
background-color: #DBFB34;
}
.BgClassName
{
background-color: #DBFB34;
}
</style>
border-color css
<style>
span { border-color: #DBFB34; }
span { border-color: rgb(219,251,52); }
td.TdClassName
{
border-color: #DBFB34;
}
.TagClassName
{
border-color: #DBFB34;
}
</style>