Shades of Pear #DBF11C
Tints of Pear #DBF11C
RGB
CMYK
RGB Variations
Color information
#DBF11C (or 0xDBF11C) is known color: Pear. HEX triplet: DB, F1 and 1C. RGB value is (219,241,28). Sum of RGB (Red+Green+Blue) = 219+241+28=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF11C is #240EE3. Grayscale: #D2D2D2. Windows color (decimal): -2363108 or 1896923. OLE color: 1896923.
HSL color Cylindrical-coordinate representation of color #DBF11C: hue angle of 66.2º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBF11C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 28 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.05 |
| HSL | 66.2º | 0.88% | 0.53% | - |
| HSV(B) | 66.2º | 0.88% | 0.95% | - |
| XYZ | 60.88 | 78.05 | 12.96 | - |
| YUV | 210.14 | 25.21 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 28 | 0.09 | 0 | 0.88 | 0.05 | 66.2 | 0.88 | 0.53 |
| Hex | DB | F1 | 1C | 9 | 0 | 58 | 5 | 42 | 58 | 35 |
| Octal | 333 | 361 | 34 | 11 | 0 | 130 | 5 | 102 | 130 | 65 |
| Binary | 11011011 | 11110001 | 11100 | 1001 | 0 | 1011000 | 101 | 1000010 | 1011000 | 110101 |
Color Harmonies of #DBF11C
Complementary color
Monochromatic Colors of #DBF11C
Black with #DBF11C
Text Example
Text Example
White with #DBF11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF11C; }
p { color: rgb(219,241,28); }
H1.HeaderClassName
{
color: #DBF11C;
}
.AnyTagClassName
{
color: #DBF11C;
}
</style>
background-color css
<style>
a { background-color: #DBF11C; }
a { background-color: rgb(219,241,28); }
div.DivClassName
{
background-color: #DBF11C;
}
.BgClassName
{
background-color: #DBF11C;
}
</style>
border-color css
<style>
span { border-color: #DBF11C; }
span { border-color: rgb(219,241,28); }
td.TdClassName
{
border-color: #DBF11C;
}
.TagClassName
{
border-color: #DBF11C;
}
</style>