Shades of Pear #DBE41E
Tints of Pear #DBE41E
RGB
CMYK
RGB Variations
Color information
#DBE41E (or 0xDBE41E) is known color: Pear. HEX triplet: DB, E4 and 1E. RGB value is (219,228,30). Sum of RGB (Red+Green+Blue) = 219+228+30=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 30 (12.11% from 255 or 6.29% from 477); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE41E is #241BE1. Grayscale: #CBCBCB. Windows color (decimal): -2366434 or 2024667. OLE color: 2024667.
HSL color Cylindrical-coordinate representation of color #DBE41E: hue angle of 62.73º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBE41E is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 30 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.11 |
| HSL | 62.73º | 0.79% | 0.51% | - |
| HSV(B) | 62.73º | 0.87% | 0.89% | - |
| XYZ | 57.19 | 70.64 | 11.85 | - |
| YUV | 202.74 | 30.52 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 30 | 0.04 | 0 | 0.87 | 0.11 | 62.73 | 0.79 | 0.51 |
| Hex | DB | E4 | 1E | 4 | 0 | 57 | B | 3F | 4F | 33 |
| Octal | 333 | 344 | 36 | 4 | 0 | 127 | 13 | 77 | 117 | 63 |
| Binary | 11011011 | 11100100 | 11110 | 100 | 0 | 1010111 | 1011 | 111111 | 1001111 | 110011 |
Color Harmonies of #DBE41E
Complementary color
Monochromatic Colors of #DBE41E
Black with #DBE41E
Text Example
Text Example
White with #DBE41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE41E; }
p { color: rgb(219,228,30); }
H1.HeaderClassName
{
color: #DBE41E;
}
.AnyTagClassName
{
color: #DBE41E;
}
</style>
background-color css
<style>
a { background-color: #DBE41E; }
a { background-color: rgb(219,228,30); }
div.DivClassName
{
background-color: #DBE41E;
}
.BgClassName
{
background-color: #DBE41E;
}
</style>
border-color css
<style>
span { border-color: #DBE41E; }
span { border-color: rgb(219,228,30); }
td.TdClassName
{
border-color: #DBE41E;
}
.TagClassName
{
border-color: #DBE41E;
}
</style>