Shades of Pear #DBF31F
Tints of Pear #DBF31F
RGB
CMYK
RGB Variations
Color information
#DBF31F (or 0xDBF31F) is known color: Pear. HEX triplet: DB, F3 and 1F. RGB value is (219,243,31). Sum of RGB (Red+Green+Blue) = 219+243+31=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 31 (12.5% from 255 or 6.29% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF31F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF31F is #240CE0. Grayscale: #D4D4D4. Windows color (decimal): -2362593 or 2094043. OLE color: 2094043.
HSL color Cylindrical-coordinate representation of color #DBF31F: hue angle of 66.79º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBF31F is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 31 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.05 |
| HSL | 66.79º | 0.9% | 0.54% | - |
| HSV(B) | 66.79º | 0.87% | 0.95% | - |
| XYZ | 61.51 | 79.26 | 13.35 | - |
| YUV | 211.66 | 26.05 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 31 | 0.10 | 0 | 0.87 | 0.05 | 66.79 | 0.9 | 0.54 |
| Hex | DB | F3 | 1F | A | 0 | 57 | 5 | 43 | 5A | 36 |
| Octal | 333 | 363 | 37 | 12 | 0 | 127 | 5 | 103 | 132 | 66 |
| Binary | 11011011 | 11110011 | 11111 | 1010 | 0 | 1010111 | 101 | 1000011 | 1011010 | 110110 |
Color Harmonies of #DBF31F
Complementary color
Monochromatic Colors of #DBF31F
Black with #DBF31F
Text Example
Text Example
White with #DBF31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF31F; }
p { color: rgb(219,243,31); }
H1.HeaderClassName
{
color: #DBF31F;
}
.AnyTagClassName
{
color: #DBF31F;
}
</style>
background-color css
<style>
a { background-color: #DBF31F; }
a { background-color: rgb(219,243,31); }
div.DivClassName
{
background-color: #DBF31F;
}
.BgClassName
{
background-color: #DBF31F;
}
</style>
border-color css
<style>
span { border-color: #DBF31F; }
span { border-color: rgb(219,243,31); }
td.TdClassName
{
border-color: #DBF31F;
}
.TagClassName
{
border-color: #DBF31F;
}
</style>