Shades of Pear #DAEC1E
Tints of Pear #DAEC1E
RGB
CMYK
RGB Variations
Color information
#DAEC1E (or 0xDAEC1E) is known color: Pear. HEX triplet: DA, EC and 1E. RGB value is (218,236,30). Sum of RGB (Red+Green+Blue) = 218+236+30=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEC1E is #2513E1. Grayscale: #CFCFCF. Windows color (decimal): -2429922 or 2026714. OLE color: 2026714.
HSL color Cylindrical-coordinate representation of color #DAEC1E: hue angle of 65.24º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAEC1E is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 30 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.07 |
| HSL | 65.24º | 0.84% | 0.52% | - |
| HSV(B) | 65.24º | 0.87% | 0.93% | - |
| XYZ | 59.14 | 74.99 | 12.59 | - |
| YUV | 207.13 | 28.04 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 30 | 0.08 | 0 | 0.87 | 0.07 | 65.24 | 0.84 | 0.52 |
| Hex | DA | EC | 1E | 8 | 0 | 57 | 7 | 41 | 54 | 34 |
| Octal | 332 | 354 | 36 | 10 | 0 | 127 | 7 | 101 | 124 | 64 |
| Binary | 11011010 | 11101100 | 11110 | 1000 | 0 | 1010111 | 111 | 1000001 | 1010100 | 110100 |
Color Harmonies of #DAEC1E
Complementary color
Monochromatic Colors of #DAEC1E
Black with #DAEC1E
Text Example
Text Example
White with #DAEC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC1E; }
p { color: rgb(218,236,30); }
H1.HeaderClassName
{
color: #DAEC1E;
}
.AnyTagClassName
{
color: #DAEC1E;
}
</style>
background-color css
<style>
a { background-color: #DAEC1E; }
a { background-color: rgb(218,236,30); }
div.DivClassName
{
background-color: #DAEC1E;
}
.BgClassName
{
background-color: #DAEC1E;
}
</style>
border-color css
<style>
span { border-color: #DAEC1E; }
span { border-color: rgb(218,236,30); }
td.TdClassName
{
border-color: #DAEC1E;
}
.TagClassName
{
border-color: #DAEC1E;
}
</style>