Shades of Pear #DBF31C
Tints of Pear #DBF31C
RGB
CMYK
RGB Variations
Color information
#DBF31C (or 0xDBF31C) is known color: Pear. HEX triplet: DB, F3 and 1C. RGB value is (219,243,28). Sum of RGB (Red+Green+Blue) = 219+243+28=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 28 (11.33% from 255 or 5.71% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF31C is #240CE3. Grayscale: #D4D4D4. Windows color (decimal): -2362596 or 1897435. OLE color: 1897435.
HSL color Cylindrical-coordinate representation of color #DBF31C: hue angle of 66.7º degrees, saturation: 0.9, 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 #DBF31C is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 28 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.05 |
| HSL | 66.7º | 0.9% | 0.53% | - |
| HSV(B) | 66.7º | 0.88% | 0.95% | - |
| XYZ | 61.47 | 79.25 | 13.15 | - |
| YUV | 211.31 | 24.55 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 28 | 0.10 | 0 | 0.88 | 0.05 | 66.7 | 0.9 | 0.53 |
| Hex | DB | F3 | 1C | A | 0 | 58 | 5 | 43 | 5A | 35 |
| Octal | 333 | 363 | 34 | 12 | 0 | 130 | 5 | 103 | 132 | 65 |
| Binary | 11011011 | 11110011 | 11100 | 1010 | 0 | 1011000 | 101 | 1000011 | 1011010 | 110101 |
Color Harmonies of #DBF31C
Complementary color
Monochromatic Colors of #DBF31C
Black with #DBF31C
Text Example
Text Example
White with #DBF31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF31C; }
p { color: rgb(219,243,28); }
H1.HeaderClassName
{
color: #DBF31C;
}
.AnyTagClassName
{
color: #DBF31C;
}
</style>
background-color css
<style>
a { background-color: #DBF31C; }
a { background-color: rgb(219,243,28); }
div.DivClassName
{
background-color: #DBF31C;
}
.BgClassName
{
background-color: #DBF31C;
}
</style>
border-color css
<style>
span { border-color: #DBF31C; }
span { border-color: rgb(219,243,28); }
td.TdClassName
{
border-color: #DBF31C;
}
.TagClassName
{
border-color: #DBF31C;
}
</style>