Shades of Pear #DBFF36
Tints of Pear #DBFF36
RGB
CMYK
RGB Variations
Color information
#DBFF36 (or 0xDBFF36) is known color: Pear. HEX triplet: DB, FF and 36. RGB value is (219,255,54). Sum of RGB (Red+Green+Blue) = 219+255+54=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 54 (21.48% from 255 or 10.23% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF36 is #2400C9. Grayscale: #DEDEDE. Windows color (decimal): -2359498 or 3604443. OLE color: 3604443.
HSL color Cylindrical-coordinate representation of color #DBFF36: hue angle of 70.75º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBFF36 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 54 | - |
| CMYK | 0.14 | 0 | 0.79 | 0 |
| HSL | 70.75º | 1% | 0.61% | - |
| HSV(B) | 70.75º | 0.79% | 1% | - |
| XYZ | 65.64 | 86.85 | 16.79 | - |
| YUV | 221.32 | 33.57 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 54 | 0.14 | 0 | 0.79 | 0 | 70.75 | 1 | 0.61 |
| Hex | DB | FF | 36 | E | 0 | 4F | 0 | 47 | 64 | 3D |
| Octal | 333 | 377 | 66 | 16 | 0 | 117 | 0 | 107 | 144 | 75 |
| Binary | 11011011 | 11111111 | 110110 | 1110 | 0 | 1001111 | 0 | 1000111 | 1100100 | 111101 |
Color Harmonies of #DBFF36
Complementary color
Monochromatic Colors of #DBFF36
Black with #DBFF36
Text Example
Text Example
White with #DBFF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF36; }
p { color: rgb(219,255,54); }
H1.HeaderClassName
{
color: #DBFF36;
}
.AnyTagClassName
{
color: #DBFF36;
}
</style>
background-color css
<style>
a { background-color: #DBFF36; }
a { background-color: rgb(219,255,54); }
div.DivClassName
{
background-color: #DBFF36;
}
.BgClassName
{
background-color: #DBFF36;
}
</style>
border-color css
<style>
span { border-color: #DBFF36; }
span { border-color: rgb(219,255,54); }
td.TdClassName
{
border-color: #DBFF36;
}
.TagClassName
{
border-color: #DBFF36;
}
</style>