Shades of Pear #DBFF43
Tints of Pear #DBFF43
RGB
CMYK
RGB Variations
Color information
#DBFF43 (or 0xDBFF43) is known color: Pear. HEX triplet: DB, FF and 43. RGB value is (219,255,67). Sum of RGB (Red+Green+Blue) = 219+255+67=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 67 (26.56% from 255 or 12.38% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFF43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFF43 is #2400BC. Grayscale: #DFDFDF. Windows color (decimal): -2359485 or 4456411. OLE color: 4456411.
HSL color Cylindrical-coordinate representation of color #DBFF43: hue angle of 71.49º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBFF43 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 67 | - |
| CMYK | 0.14 | 0 | 0.74 | 0 |
| HSL | 71.49º | 1% | 0.63% | - |
| HSV(B) | 71.49º | 0.74% | 1% | - |
| XYZ | 65.99 | 86.99 | 18.62 | - |
| YUV | 222.8 | 40.07 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 67 | 0.14 | 0 | 0.74 | 0 | 71.49 | 1 | 0.63 |
| Hex | DB | FF | 43 | E | 0 | 4A | 0 | 47 | 64 | 3F |
| Octal | 333 | 377 | 103 | 16 | 0 | 112 | 0 | 107 | 144 | 77 |
| Binary | 11011011 | 11111111 | 1000011 | 1110 | 0 | 1001010 | 0 | 1000111 | 1100100 | 111111 |
Color Harmonies of #DBFF43
Complementary color
Monochromatic Colors of #DBFF43
Black with #DBFF43
Text Example
Text Example
White with #DBFF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFF43; }
p { color: rgb(219,255,67); }
H1.HeaderClassName
{
color: #DBFF43;
}
.AnyTagClassName
{
color: #DBFF43;
}
</style>
background-color css
<style>
a { background-color: #DBFF43; }
a { background-color: rgb(219,255,67); }
div.DivClassName
{
background-color: #DBFF43;
}
.BgClassName
{
background-color: #DBFF43;
}
</style>
border-color css
<style>
span { border-color: #DBFF43; }
span { border-color: rgb(219,255,67); }
td.TdClassName
{
border-color: #DBFF43;
}
.TagClassName
{
border-color: #DBFF43;
}
</style>