Shades of Pear #DAEC34
Tints of Pear #DAEC34
RGB
CMYK
RGB Variations
Color information
#DAEC34 (or 0xDAEC34) is known color: Pear. HEX triplet: DA, EC and 34. RGB value is (218,236,52). Sum of RGB (Red+Green+Blue) = 218+236+52=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 52 (20.70% from 255 or 10.28% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEC34 is #2513CB. Grayscale: #D2D2D2. Windows color (decimal): -2429900 or 3468506. OLE color: 3468506.
HSL color Cylindrical-coordinate representation of color #DAEC34: hue angle of 65.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAEC34 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 52 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.07 |
| HSL | 65.87º | 0.83% | 0.56% | - |
| HSV(B) | 65.87º | 0.78% | 0.93% | - |
| XYZ | 59.53 | 75.14 | 14.62 | - |
| YUV | 209.64 | 39.04 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 52 | 0.08 | 0 | 0.78 | 0.07 | 65.87 | 0.83 | 0.56 |
| Hex | DA | EC | 34 | 8 | 0 | 4E | 7 | 42 | 53 | 38 |
| Octal | 332 | 354 | 64 | 10 | 0 | 116 | 7 | 102 | 123 | 70 |
| Binary | 11011010 | 11101100 | 110100 | 1000 | 0 | 1001110 | 111 | 1000010 | 1010011 | 111000 |
Color Harmonies of #DAEC34
Complementary color
Monochromatic Colors of #DAEC34
Black with #DAEC34
Text Example
Text Example
White with #DAEC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC34; }
p { color: rgb(218,236,52); }
H1.HeaderClassName
{
color: #DAEC34;
}
.AnyTagClassName
{
color: #DAEC34;
}
</style>
background-color css
<style>
a { background-color: #DAEC34; }
a { background-color: rgb(218,236,52); }
div.DivClassName
{
background-color: #DAEC34;
}
.BgClassName
{
background-color: #DAEC34;
}
</style>
border-color css
<style>
span { border-color: #DAEC34; }
span { border-color: rgb(218,236,52); }
td.TdClassName
{
border-color: #DAEC34;
}
.TagClassName
{
border-color: #DAEC34;
}
</style>