Shades of Pear #DBF31D
Tints of Pear #DBF31D
RGB
CMYK
RGB Variations
Color information
#DBF31D (or 0xDBF31D) is known color: Pear. HEX triplet: DB, F3 and 1D. RGB value is (219,243,29). Sum of RGB (Red+Green+Blue) = 219+243+29=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF31D is #240CE2. Grayscale: #D4D4D4. Windows color (decimal): -2362595 or 1962971. OLE color: 1962971.
HSL color Cylindrical-coordinate representation of color #DBF31D: hue angle of 66.73º 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 #DBF31D is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 243 | 29 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.05 |
| HSL | 66.73º | 0.9% | 0.53% | - |
| HSV(B) | 66.73º | 0.88% | 0.95% | - |
| XYZ | 61.49 | 79.25 | 13.22 | - |
| YUV | 211.43 | 25.05 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 243 | 29 | 0.10 | 0 | 0.88 | 0.05 | 66.73 | 0.9 | 0.53 |
| Hex | DB | F3 | 1D | A | 0 | 58 | 5 | 43 | 5A | 35 |
| Octal | 333 | 363 | 35 | 12 | 0 | 130 | 5 | 103 | 132 | 65 |
| Binary | 11011011 | 11110011 | 11101 | 1010 | 0 | 1011000 | 101 | 1000011 | 1011010 | 110101 |
Color Harmonies of #DBF31D
Complementary color
Monochromatic Colors of #DBF31D
Black with #DBF31D
Text Example
Text Example
White with #DBF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF31D; }
p { color: rgb(219,243,29); }
H1.HeaderClassName
{
color: #DBF31D;
}
.AnyTagClassName
{
color: #DBF31D;
}
</style>
background-color css
<style>
a { background-color: #DBF31D; }
a { background-color: rgb(219,243,29); }
div.DivClassName
{
background-color: #DBF31D;
}
.BgClassName
{
background-color: #DBF31D;
}
</style>
border-color css
<style>
span { border-color: #DBF31D; }
span { border-color: rgb(219,243,29); }
td.TdClassName
{
border-color: #DBF31D;
}
.TagClassName
{
border-color: #DBF31D;
}
</style>