Shades of Pear #DBFF38
Tints of Pear #DBFF38
RGB
CMYK
RGB Variations
Color information
#DBFF38 (or 0xDBFF38) is known color: Pear. HEX triplet: DB, FF and 38. RGB value is (219,255,56). Sum of RGB (Red+Green+Blue) = 219+255+56=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 56 (22.27% from 255 or 10.57% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF38 is #2400C7. Grayscale: #DEDEDE. Windows color (decimal): -2359496 or 3735515. OLE color: 3735515.
HSL color Cylindrical-coordinate representation of color #DBFF38: hue angle of 70.85º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBFF38 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 56 | - |
| CMYK | 0.14 | 0 | 0.78 | 0 |
| HSL | 70.85º | 1% | 0.61% | - |
| HSV(B) | 70.85º | 0.78% | 1% | - |
| XYZ | 65.69 | 86.87 | 17.05 | - |
| YUV | 221.55 | 34.57 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 56 | 0.14 | 0 | 0.78 | 0 | 70.85 | 1 | 0.61 |
| Hex | DB | FF | 38 | E | 0 | 4E | 0 | 47 | 64 | 3D |
| Octal | 333 | 377 | 70 | 16 | 0 | 116 | 0 | 107 | 144 | 75 |
| Binary | 11011011 | 11111111 | 111000 | 1110 | 0 | 1001110 | 0 | 1000111 | 1100100 | 111101 |
Color Harmonies of #DBFF38
Complementary color
Monochromatic Colors of #DBFF38
Black with #DBFF38
Text Example
Text Example
White with #DBFF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF38; }
p { color: rgb(219,255,56); }
H1.HeaderClassName
{
color: #DBFF38;
}
.AnyTagClassName
{
color: #DBFF38;
}
</style>
background-color css
<style>
a { background-color: #DBFF38; }
a { background-color: rgb(219,255,56); }
div.DivClassName
{
background-color: #DBFF38;
}
.BgClassName
{
background-color: #DBFF38;
}
</style>
border-color css
<style>
span { border-color: #DBFF38; }
span { border-color: rgb(219,255,56); }
td.TdClassName
{
border-color: #DBFF38;
}
.TagClassName
{
border-color: #DBFF38;
}
</style>