Shades of Pear #DBF01C
Tints of Pear #DBF01C
RGB
CMYK
RGB Variations
Color information
#DBF01C (or 0xDBF01C) is known color: Pear. HEX triplet: DB, F0 and 1C. RGB value is (219,240,28). Sum of RGB (Red+Green+Blue) = 219+240+28=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF01C is #240FE3. Grayscale: #D2D2D2. Windows color (decimal): -2363364 or 1896667. OLE color: 1896667.
HSL color Cylindrical-coordinate representation of color #DBF01C: hue angle of 65.94º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBF01C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 28 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.06 |
| HSL | 65.94º | 0.88% | 0.53% | - |
| HSV(B) | 65.94º | 0.88% | 0.94% | - |
| XYZ | 60.58 | 77.46 | 12.86 | - |
| YUV | 209.55 | 25.54 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 28 | 0.09 | 0 | 0.88 | 0.06 | 65.94 | 0.88 | 0.53 |
| Hex | DB | F0 | 1C | 9 | 0 | 58 | 6 | 42 | 58 | 35 |
| Octal | 333 | 360 | 34 | 11 | 0 | 130 | 6 | 102 | 130 | 65 |
| Binary | 11011011 | 11110000 | 11100 | 1001 | 0 | 1011000 | 110 | 1000010 | 1011000 | 110101 |
Color Harmonies of #DBF01C
Complementary color
Monochromatic Colors of #DBF01C
Black with #DBF01C
Text Example
Text Example
White with #DBF01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF01C; }
p { color: rgb(219,240,28); }
H1.HeaderClassName
{
color: #DBF01C;
}
.AnyTagClassName
{
color: #DBF01C;
}
</style>
background-color css
<style>
a { background-color: #DBF01C; }
a { background-color: rgb(219,240,28); }
div.DivClassName
{
background-color: #DBF01C;
}
.BgClassName
{
background-color: #DBF01C;
}
</style>
border-color css
<style>
span { border-color: #DBF01C; }
span { border-color: rgb(219,240,28); }
td.TdClassName
{
border-color: #DBF01C;
}
.TagClassName
{
border-color: #DBF01C;
}
</style>