Shades of Pear #DBF128
Tints of Pear #DBF128
RGB
CMYK
RGB Variations
Color information
#DBF128 (or 0xDBF128) is known color: Pear. HEX triplet: DB, F1 and 28. RGB value is (219,241,40). Sum of RGB (Red+Green+Blue) = 219+241+40=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 40 (16.02% from 255 or 8% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF128 is #240ED7. Grayscale: #D4D4D4. Windows color (decimal): -2363096 or 2683355. OLE color: 2683355.
HSL color Cylindrical-coordinate representation of color #DBF128: hue angle of 66.57º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBF128 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 40 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.05 |
| HSL | 66.57º | 0.88% | 0.55% | - |
| HSV(B) | 66.57º | 0.83% | 0.95% | - |
| XYZ | 61.05 | 78.12 | 13.87 | - |
| YUV | 211.51 | 31.21 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 40 | 0.09 | 0 | 0.83 | 0.05 | 66.57 | 0.88 | 0.55 |
| Hex | DB | F1 | 28 | 9 | 0 | 53 | 5 | 43 | 58 | 37 |
| Octal | 333 | 361 | 50 | 11 | 0 | 123 | 5 | 103 | 130 | 67 |
| Binary | 11011011 | 11110001 | 101000 | 1001 | 0 | 1010011 | 101 | 1000011 | 1011000 | 110111 |
Color Harmonies of #DBF128
Complementary color
Monochromatic Colors of #DBF128
Black with #DBF128
Text Example
Text Example
White with #DBF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF128; }
p { color: rgb(219,241,40); }
H1.HeaderClassName
{
color: #DBF128;
}
.AnyTagClassName
{
color: #DBF128;
}
</style>
background-color css
<style>
a { background-color: #DBF128; }
a { background-color: rgb(219,241,40); }
div.DivClassName
{
background-color: #DBF128;
}
.BgClassName
{
background-color: #DBF128;
}
</style>
border-color css
<style>
span { border-color: #DBF128; }
span { border-color: rgb(219,241,40); }
td.TdClassName
{
border-color: #DBF128;
}
.TagClassName
{
border-color: #DBF128;
}
</style>