Shades of Pear #DBF52C
Tints of Pear #DBF52C
RGB
CMYK
RGB Variations
Color information
#DBF52C (or 0xDBF52C) is known color: Pear. HEX triplet: DB, F5 and 2C. RGB value is (219,245,44). Sum of RGB (Red+Green+Blue) = 219+245+44=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 44 (17.58% from 255 or 8.66% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF52C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF52C is #240AD3. Grayscale: #D7D7D7. Windows color (decimal): -2362068 or 2946523. OLE color: 2946523.
HSL color Cylindrical-coordinate representation of color #DBF52C: hue angle of 67.76º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBF52C is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 44 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.04 |
| HSL | 67.76º | 0.91% | 0.57% | - |
| HSV(B) | 67.76º | 0.82% | 0.96% | - |
| XYZ | 62.32 | 80.55 | 14.65 | - |
| YUV | 214.31 | 31.89 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 44 | 0.11 | 0 | 0.82 | 0.04 | 67.76 | 0.91 | 0.57 |
| Hex | DB | F5 | 2C | B | 0 | 52 | 4 | 44 | 5B | 39 |
| Octal | 333 | 365 | 54 | 13 | 0 | 122 | 4 | 104 | 133 | 71 |
| Binary | 11011011 | 11110101 | 101100 | 1011 | 0 | 1010010 | 100 | 1000100 | 1011011 | 111001 |
Color Harmonies of #DBF52C
Complementary color
Monochromatic Colors of #DBF52C
Black with #DBF52C
Text Example
Text Example
White with #DBF52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF52C; }
p { color: rgb(219,245,44); }
H1.HeaderClassName
{
color: #DBF52C;
}
.AnyTagClassName
{
color: #DBF52C;
}
</style>
background-color css
<style>
a { background-color: #DBF52C; }
a { background-color: rgb(219,245,44); }
div.DivClassName
{
background-color: #DBF52C;
}
.BgClassName
{
background-color: #DBF52C;
}
</style>
border-color css
<style>
span { border-color: #DBF52C; }
span { border-color: rgb(219,245,44); }
td.TdClassName
{
border-color: #DBF52C;
}
.TagClassName
{
border-color: #DBF52C;
}
</style>