Shades of Pear #DBF244
Tints of Pear #DBF244
RGB
CMYK
RGB Variations
Color information
#DBF244 (or 0xDBF244) is known color: Pear. HEX triplet: DB, F2 and 44. RGB value is (219,242,68). Sum of RGB (Red+Green+Blue) = 219+242+68=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 68 (26.95% from 255 or 12.85% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF244 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF244 is #240DBB. Grayscale: #D7D7D7. Windows color (decimal): -2362812 or 4518619. OLE color: 4518619.
HSL color Cylindrical-coordinate representation of color #DBF244: hue angle of 67.93º degrees, saturation: 0.87, 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 #DBF244 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 68 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.05 |
| HSL | 67.93º | 0.87% | 0.61% | - |
| HSV(B) | 67.93º | 0.72% | 0.95% | - |
| XYZ | 62.01 | 78.98 | 17.45 | - |
| YUV | 215.29 | 44.88 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 68 | 0.10 | 0 | 0.72 | 0.05 | 67.93 | 0.87 | 0.61 |
| Hex | DB | F2 | 44 | A | 0 | 48 | 5 | 44 | 57 | 3D |
| Octal | 333 | 362 | 104 | 12 | 0 | 110 | 5 | 104 | 127 | 75 |
| Binary | 11011011 | 11110010 | 1000100 | 1010 | 0 | 1001000 | 101 | 1000100 | 1010111 | 111101 |
Color Harmonies of #DBF244
Complementary color
Monochromatic Colors of #DBF244
Black with #DBF244
Text Example
Text Example
White with #DBF244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF244; }
p { color: rgb(219,242,68); }
H1.HeaderClassName
{
color: #DBF244;
}
.AnyTagClassName
{
color: #DBF244;
}
</style>
background-color css
<style>
a { background-color: #DBF244; }
a { background-color: rgb(219,242,68); }
div.DivClassName
{
background-color: #DBF244;
}
.BgClassName
{
background-color: #DBF244;
}
</style>
border-color css
<style>
span { border-color: #DBF244; }
span { border-color: rgb(219,242,68); }
td.TdClassName
{
border-color: #DBF244;
}
.TagClassName
{
border-color: #DBF244;
}
</style>