Shades of Pear #DAEC3F
Tints of Pear #DAEC3F
RGB
CMYK
RGB Variations
Color information
#DAEC3F (or 0xDAEC3F) is known color: Pear. HEX triplet: DA, EC and 3F. RGB value is (218,236,63). Sum of RGB (Red+Green+Blue) = 218+236+63=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEC3F is #2513C0. Grayscale: #D3D3D3. Windows color (decimal): -2429889 or 4189402. OLE color: 4189402.
HSL color Cylindrical-coordinate representation of color #DAEC3F: hue angle of 66.24º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAEC3F is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 63 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.07 |
| HSL | 66.24º | 0.82% | 0.59% | - |
| HSV(B) | 66.24º | 0.73% | 0.93% | - |
| XYZ | 59.81 | 75.26 | 16.08 | - |
| YUV | 210.9 | 44.54 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 63 | 0.08 | 0 | 0.73 | 0.07 | 66.24 | 0.82 | 0.59 |
| Hex | DA | EC | 3F | 8 | 0 | 49 | 7 | 42 | 52 | 3B |
| Octal | 332 | 354 | 77 | 10 | 0 | 111 | 7 | 102 | 122 | 73 |
| Binary | 11011010 | 11101100 | 111111 | 1000 | 0 | 1001001 | 111 | 1000010 | 1010010 | 111011 |
Color Harmonies of #DAEC3F
Complementary color
Monochromatic Colors of #DAEC3F
Black with #DAEC3F
Text Example
Text Example
White with #DAEC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC3F; }
p { color: rgb(218,236,63); }
H1.HeaderClassName
{
color: #DAEC3F;
}
.AnyTagClassName
{
color: #DAEC3F;
}
</style>
background-color css
<style>
a { background-color: #DAEC3F; }
a { background-color: rgb(218,236,63); }
div.DivClassName
{
background-color: #DAEC3F;
}
.BgClassName
{
background-color: #DAEC3F;
}
</style>
border-color css
<style>
span { border-color: #DAEC3F; }
span { border-color: rgb(218,236,63); }
td.TdClassName
{
border-color: #DAEC3F;
}
.TagClassName
{
border-color: #DAEC3F;
}
</style>