Shades of Pear #DBFF33
Tints of Pear #DBFF33
RGB
CMYK
RGB Variations
Color information
#DBFF33 (or 0xDBFF33) is known color: Pear. HEX triplet: DB, FF and 33. RGB value is (219,255,51). Sum of RGB (Red+Green+Blue) = 219+255+51=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 51 (20.31% from 255 or 9.71% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF33 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF33 is #2400CC. Grayscale: #DDDDDD. Windows color (decimal): -2359501 or 3407835. OLE color: 3407835.
HSL color Cylindrical-coordinate representation of color #DBFF33: hue angle of 70.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBFF33 is Cyan = 0.14, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 51 | - |
| CMYK | 0.14 | 0 | 0.8 | 0 |
| HSL | 70.59º | 1% | 0.6% | - |
| HSV(B) | 70.59º | 0.8% | 1% | - |
| XYZ | 65.57 | 86.82 | 16.43 | - |
| YUV | 220.98 | 32.07 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 51 | 0.14 | 0 | 0.8 | 0 | 70.59 | 1 | 0.6 |
| Hex | DB | FF | 33 | E | 0 | 50 | 0 | 47 | 64 | 3C |
| Octal | 333 | 377 | 63 | 16 | 0 | 120 | 0 | 107 | 144 | 74 |
| Binary | 11011011 | 11111111 | 110011 | 1110 | 0 | 1010000 | 0 | 1000111 | 1100100 | 111100 |
Color Harmonies of #DBFF33
Complementary color
Monochromatic Colors of #DBFF33
Black with #DBFF33
Text Example
Text Example
White with #DBFF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF33; }
p { color: rgb(219,255,51); }
H1.HeaderClassName
{
color: #DBFF33;
}
.AnyTagClassName
{
color: #DBFF33;
}
</style>
background-color css
<style>
a { background-color: #DBFF33; }
a { background-color: rgb(219,255,51); }
div.DivClassName
{
background-color: #DBFF33;
}
.BgClassName
{
background-color: #DBFF33;
}
</style>
border-color css
<style>
span { border-color: #DBFF33; }
span { border-color: rgb(219,255,51); }
td.TdClassName
{
border-color: #DBFF33;
}
.TagClassName
{
border-color: #DBFF33;
}
</style>