Shades of Pear #DBFF23
Tints of Pear #DBFF23
RGB
CMYK
RGB Variations
Color information
#DBFF23 (or 0xDBFF23) is known color: Pear. HEX triplet: DB, FF and 23. RGB value is (219,255,35). Sum of RGB (Red+Green+Blue) = 219+255+35=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 35 (14.06% from 255 or 6.88% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF23 is #2400DC. Grayscale: #DBDBDB. Windows color (decimal): -2359517 or 2359259. OLE color: 2359259.
HSL color Cylindrical-coordinate representation of color #DBFF23: hue angle of 69.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBFF23 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 35 | - |
| CMYK | 0.14 | 0 | 0.86 | 0 |
| HSL | 69.82º | 1% | 0.57% | - |
| HSV(B) | 69.82º | 0.86% | 1% | - |
| XYZ | 65.28 | 86.7 | 14.88 | - |
| YUV | 219.16 | 24.07 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 35 | 0.14 | 0 | 0.86 | 0 | 69.82 | 1 | 0.57 |
| Hex | DB | FF | 23 | E | 0 | 56 | 0 | 46 | 64 | 39 |
| Octal | 333 | 377 | 43 | 16 | 0 | 126 | 0 | 106 | 144 | 71 |
| Binary | 11011011 | 11111111 | 100011 | 1110 | 0 | 1010110 | 0 | 1000110 | 1100100 | 111001 |
Color Harmonies of #DBFF23
Complementary color
Monochromatic Colors of #DBFF23
Black with #DBFF23
Text Example
Text Example
White with #DBFF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF23; }
p { color: rgb(219,255,35); }
H1.HeaderClassName
{
color: #DBFF23;
}
.AnyTagClassName
{
color: #DBFF23;
}
</style>
background-color css
<style>
a { background-color: #DBFF23; }
a { background-color: rgb(219,255,35); }
div.DivClassName
{
background-color: #DBFF23;
}
.BgClassName
{
background-color: #DBFF23;
}
</style>
border-color css
<style>
span { border-color: #DBFF23; }
span { border-color: rgb(219,255,35); }
td.TdClassName
{
border-color: #DBFF23;
}
.TagClassName
{
border-color: #DBFF23;
}
</style>