Shades of Pear #DBFF26
Tints of Pear #DBFF26
RGB
CMYK
RGB Variations
Color information
#DBFF26 (or 0xDBFF26) is known color: Pear. HEX triplet: DB, FF and 26. RGB value is (219,255,38). Sum of RGB (Red+Green+Blue) = 219+255+38=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 38 (15.23% from 255 or 7.42% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF26 is #2400D9. Grayscale: #DCDCDC. Windows color (decimal): -2359514 or 2555867. OLE color: 2555867.
HSL color Cylindrical-coordinate representation of color #DBFF26: hue angle of 69.95º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DBFF26 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 38 | - |
| CMYK | 0.14 | 0 | 0.85 | 0 |
| HSL | 69.95º | 1% | 0.57% | - |
| HSV(B) | 69.95º | 0.85% | 1% | - |
| XYZ | 65.32 | 86.72 | 15.13 | - |
| YUV | 219.5 | 25.57 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 38 | 0.14 | 0 | 0.85 | 0 | 69.95 | 1 | 0.57 |
| Hex | DB | FF | 26 | E | 0 | 55 | 0 | 46 | 64 | 39 |
| Octal | 333 | 377 | 46 | 16 | 0 | 125 | 0 | 106 | 144 | 71 |
| Binary | 11011011 | 11111111 | 100110 | 1110 | 0 | 1010101 | 0 | 1000110 | 1100100 | 111001 |
Color Harmonies of #DBFF26
Complementary color
Monochromatic Colors of #DBFF26
Black with #DBFF26
Text Example
Text Example
White with #DBFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF26; }
p { color: rgb(219,255,38); }
H1.HeaderClassName
{
color: #DBFF26;
}
.AnyTagClassName
{
color: #DBFF26;
}
</style>
background-color css
<style>
a { background-color: #DBFF26; }
a { background-color: rgb(219,255,38); }
div.DivClassName
{
background-color: #DBFF26;
}
.BgClassName
{
background-color: #DBFF26;
}
</style>
border-color css
<style>
span { border-color: #DBFF26; }
span { border-color: rgb(219,255,38); }
td.TdClassName
{
border-color: #DBFF26;
}
.TagClassName
{
border-color: #DBFF26;
}
</style>