Shades of Pear #DBFF45
Tints of Pear #DBFF45
RGB
CMYK
RGB Variations
Color information
#DBFF45 (or 0xDBFF45) is known color: Pear. HEX triplet: DB, FF and 45. RGB value is (219,255,69). Sum of RGB (Red+Green+Blue) = 219+255+69=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 69 (27.34% from 255 or 12.71% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF45 is #2400BA. Grayscale: #DFDFDF. Windows color (decimal): -2359483 or 4587483. OLE color: 4587483.
HSL color Cylindrical-coordinate representation of color #DBFF45: hue angle of 71.61º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBFF45 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 69 | - |
| CMYK | 0.14 | 0 | 0.73 | 0 |
| HSL | 71.61º | 1% | 0.64% | - |
| HSV(B) | 71.61º | 0.73% | 1% | - |
| XYZ | 66.05 | 87.01 | 18.94 | - |
| YUV | 223.03 | 41.07 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 69 | 0.14 | 0 | 0.73 | 0 | 71.61 | 1 | 0.64 |
| Hex | DB | FF | 45 | E | 0 | 49 | 0 | 48 | 64 | 40 |
| Octal | 333 | 377 | 105 | 16 | 0 | 111 | 0 | 110 | 144 | 100 |
| Binary | 11011011 | 11111111 | 1000101 | 1110 | 0 | 1001001 | 0 | 1001000 | 1100100 | 1000000 |
Color Harmonies of #DBFF45
Complementary color
Monochromatic Colors of #DBFF45
Black with #DBFF45
Text Example
Text Example
White with #DBFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF45; }
p { color: rgb(219,255,69); }
H1.HeaderClassName
{
color: #DBFF45;
}
.AnyTagClassName
{
color: #DBFF45;
}
</style>
background-color css
<style>
a { background-color: #DBFF45; }
a { background-color: rgb(219,255,69); }
div.DivClassName
{
background-color: #DBFF45;
}
.BgClassName
{
background-color: #DBFF45;
}
</style>
border-color css
<style>
span { border-color: #DBFF45; }
span { border-color: rgb(219,255,69); }
td.TdClassName
{
border-color: #DBFF45;
}
.TagClassName
{
border-color: #DBFF45;
}
</style>