Shades of Pear #DBFB24
Tints of Pear #DBFB24
RGB
CMYK
RGB Variations
Color information
#DBFB24 (or 0xDBFB24) is known color: Pear. HEX triplet: DB, FB and 24. RGB value is (219,251,36). Sum of RGB (Red+Green+Blue) = 219+251+36=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 251 (98.44% from 255 or 49.60% from 506); Blue value is 36 (14.45% from 255 or 7.11% from 506); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB24 is #2404DB. Grayscale: #D9D9D9. Windows color (decimal): -2360540 or 2423771. OLE color: 2423771.
HSL color Cylindrical-coordinate representation of color #DBFB24: hue angle of 68.93º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBFB24 is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 36 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.02 |
| HSL | 68.93º | 0.96% | 0.56% | - |
| HSV(B) | 68.93º | 0.86% | 0.98% | - |
| XYZ | 64.03 | 84.18 | 14.54 | - |
| YUV | 216.92 | 25.9 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 36 | 0.13 | 0 | 0.86 | 0.02 | 68.93 | 0.96 | 0.56 |
| Hex | DB | FB | 24 | D | 0 | 56 | 2 | 45 | 60 | 38 |
| Octal | 333 | 373 | 44 | 15 | 0 | 126 | 2 | 105 | 140 | 70 |
| Binary | 11011011 | 11111011 | 100100 | 1101 | 0 | 1010110 | 10 | 1000101 | 1100000 | 111000 |
Color Harmonies of #DBFB24
Complementary color
Monochromatic Colors of #DBFB24
Black with #DBFB24
Text Example
Text Example
White with #DBFB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB24; }
p { color: rgb(219,251,36); }
H1.HeaderClassName
{
color: #DBFB24;
}
.AnyTagClassName
{
color: #DBFB24;
}
</style>
background-color css
<style>
a { background-color: #DBFB24; }
a { background-color: rgb(219,251,36); }
div.DivClassName
{
background-color: #DBFB24;
}
.BgClassName
{
background-color: #DBFB24;
}
</style>
border-color css
<style>
span { border-color: #DBFB24; }
span { border-color: rgb(219,251,36); }
td.TdClassName
{
border-color: #DBFB24;
}
.TagClassName
{
border-color: #DBFB24;
}
</style>