Shades of Pear #DBF943
Tints of Pear #DBF943
RGB
CMYK
RGB Variations
Color information
#DBF943 (or 0xDBF943) is known color: Pear. HEX triplet: DB, F9 and 43. RGB value is (219,249,67). Sum of RGB (Red+Green+Blue) = 219+249+67=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 67 (26.56% from 255 or 12.52% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF943 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF943 is #2406BC. Grayscale: #DBDBDB. Windows color (decimal): -2361021 or 4454875. OLE color: 4454875.
HSL color Cylindrical-coordinate representation of color #DBF943: hue angle of 69.89º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBF943 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 67 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.02 |
| HSL | 69.89º | 0.94% | 0.62% | - |
| HSV(B) | 69.89º | 0.73% | 0.98% | - |
| XYZ | 64.1 | 83.22 | 17.99 | - |
| YUV | 219.28 | 42.06 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 67 | 0.12 | 0 | 0.73 | 0.02 | 69.89 | 0.94 | 0.62 |
| Hex | DB | F9 | 43 | C | 0 | 49 | 2 | 46 | 5E | 3E |
| Octal | 333 | 371 | 103 | 14 | 0 | 111 | 2 | 106 | 136 | 76 |
| Binary | 11011011 | 11111001 | 1000011 | 1100 | 0 | 1001001 | 10 | 1000110 | 1011110 | 111110 |
Color Harmonies of #DBF943
Complementary color
Monochromatic Colors of #DBF943
Black with #DBF943
Text Example
Text Example
White with #DBF943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF943; }
p { color: rgb(219,249,67); }
H1.HeaderClassName
{
color: #DBF943;
}
.AnyTagClassName
{
color: #DBF943;
}
</style>
background-color css
<style>
a { background-color: #DBF943; }
a { background-color: rgb(219,249,67); }
div.DivClassName
{
background-color: #DBF943;
}
.BgClassName
{
background-color: #DBF943;
}
</style>
border-color css
<style>
span { border-color: #DBF943; }
span { border-color: rgb(219,249,67); }
td.TdClassName
{
border-color: #DBF943;
}
.TagClassName
{
border-color: #DBF943;
}
</style>