Shades of Pear #DBEC42
Tints of Pear #DBEC42
RGB
CMYK
RGB Variations
Color information
#DBEC42 (or 0xDBEC42) is known color: Pear. HEX triplet: DB, EC and 42. RGB value is (219,236,66). Sum of RGB (Red+Green+Blue) = 219+236+66=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 236 (92.58% from 255 or 45.30% from 521); Blue value is 66 (26.17% from 255 or 12.67% from 521); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBEC42 is #2413BD. Grayscale: #D4D4D4. Windows color (decimal): -2364350 or 4386011. OLE color: 4386011.
HSL color Cylindrical-coordinate representation of color #DBEC42: hue angle of 66º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBEC42 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 66 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.07 |
| HSL | 66º | 0.82% | 0.59% | - |
| HSV(B) | 66º | 0.72% | 0.93% | - |
| XYZ | 60.19 | 75.44 | 16.54 | - |
| YUV | 211.54 | 45.87 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 66 | 0.07 | 0 | 0.72 | 0.07 | 66 | 0.82 | 0.59 |
| Hex | DB | EC | 42 | 7 | 0 | 48 | 7 | 42 | 52 | 3B |
| Octal | 333 | 354 | 102 | 7 | 0 | 110 | 7 | 102 | 122 | 73 |
| Binary | 11011011 | 11101100 | 1000010 | 111 | 0 | 1001000 | 111 | 1000010 | 1010010 | 111011 |
Color Harmonies of #DBEC42
Complementary color
Monochromatic Colors of #DBEC42
Black with #DBEC42
Text Example
Text Example
White with #DBEC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEC42; }
p { color: rgb(219,236,66); }
H1.HeaderClassName
{
color: #DBEC42;
}
.AnyTagClassName
{
color: #DBEC42;
}
</style>
background-color css
<style>
a { background-color: #DBEC42; }
a { background-color: rgb(219,236,66); }
div.DivClassName
{
background-color: #DBEC42;
}
.BgClassName
{
background-color: #DBEC42;
}
</style>
border-color css
<style>
span { border-color: #DBEC42; }
span { border-color: rgb(219,236,66); }
td.TdClassName
{
border-color: #DBEC42;
}
.TagClassName
{
border-color: #DBEC42;
}
</style>