Shades of Pear #DBF428
Tints of Pear #DBF428
RGB
CMYK
RGB Variations
Color information
#DBF428 (or 0xDBF428) is known color: Pear. HEX triplet: DB, F4 and 28. RGB value is (219,244,40). Sum of RGB (Red+Green+Blue) = 219+244+40=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 40 (16.02% from 255 or 7.95% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF428 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF428 is #240BD7. Grayscale: #D6D6D6. Windows color (decimal): -2362328 or 2684123. OLE color: 2684123.
HSL color Cylindrical-coordinate representation of color #DBF428: hue angle of 67.35º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBF428 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 244 | 40 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.04 |
| HSL | 67.35º | 0.9% | 0.56% | - |
| HSV(B) | 67.35º | 0.84% | 0.96% | - |
| XYZ | 61.95 | 79.91 | 14.17 | - |
| YUV | 213.27 | 30.22 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 244 | 40 | 0.10 | 0 | 0.84 | 0.04 | 67.35 | 0.9 | 0.56 |
| Hex | DB | F4 | 28 | A | 0 | 54 | 4 | 43 | 5A | 38 |
| Octal | 333 | 364 | 50 | 12 | 0 | 124 | 4 | 103 | 132 | 70 |
| Binary | 11011011 | 11110100 | 101000 | 1010 | 0 | 1010100 | 100 | 1000011 | 1011010 | 111000 |
Color Harmonies of #DBF428
Complementary color
Monochromatic Colors of #DBF428
Black with #DBF428
Text Example
Text Example
White with #DBF428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF428; }
p { color: rgb(219,244,40); }
H1.HeaderClassName
{
color: #DBF428;
}
.AnyTagClassName
{
color: #DBF428;
}
</style>
background-color css
<style>
a { background-color: #DBF428; }
a { background-color: rgb(219,244,40); }
div.DivClassName
{
background-color: #DBF428;
}
.BgClassName
{
background-color: #DBF428;
}
</style>
border-color css
<style>
span { border-color: #DBF428; }
span { border-color: rgb(219,244,40); }
td.TdClassName
{
border-color: #DBF428;
}
.TagClassName
{
border-color: #DBF428;
}
</style>