Shades of Pear #DBF344
Tints of Pear #DBF344
RGB
CMYK
RGB Variations
Color information
#DBF344 (or 0xDBF344) is known color: Pear. HEX triplet: DB, F3 and 44. RGB value is (219,243,68). Sum of RGB (Red+Green+Blue) = 219+243+68=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 68 (26.95% from 255 or 12.83% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF344 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF344 is #240CBB. Grayscale: #D8D8D8. Windows color (decimal): -2362556 or 4518875. OLE color: 4518875.
HSL color Cylindrical-coordinate representation of color #DBF344: hue angle of 68.23º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBF344 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 68 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.05 |
| HSL | 68.23º | 0.88% | 0.61% | - |
| HSV(B) | 68.23º | 0.72% | 0.95% | - |
| XYZ | 62.31 | 79.58 | 17.55 | - |
| YUV | 215.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 68 | 0.10 | 0 | 0.72 | 0.05 | 68.23 | 0.88 | 0.61 |
| Hex | DB | F3 | 44 | A | 0 | 48 | 5 | 44 | 58 | 3D |
| Octal | 333 | 363 | 104 | 12 | 0 | 110 | 5 | 104 | 130 | 75 |
| Binary | 11011011 | 11110011 | 1000100 | 1010 | 0 | 1001000 | 101 | 1000100 | 1011000 | 111101 |
Color Harmonies of #DBF344
Complementary color
Monochromatic Colors of #DBF344
Black with #DBF344
Text Example
Text Example
White with #DBF344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF344; }
p { color: rgb(219,243,68); }
H1.HeaderClassName
{
color: #DBF344;
}
.AnyTagClassName
{
color: #DBF344;
}
</style>
background-color css
<style>
a { background-color: #DBF344; }
a { background-color: rgb(219,243,68); }
div.DivClassName
{
background-color: #DBF344;
}
.BgClassName
{
background-color: #DBF344;
}
</style>
border-color css
<style>
span { border-color: #DBF344; }
span { border-color: rgb(219,243,68); }
td.TdClassName
{
border-color: #DBF344;
}
.TagClassName
{
border-color: #DBF344;
}
</style>