Shades of Pear #DAEA2D
Tints of Pear #DAEA2D
RGB
CMYK
RGB Variations
Color information
#DAEA2D (or 0xDAEA2D) is known color: Pear. HEX triplet: DA, EA and 2D. RGB value is (218,234,45). Sum of RGB (Red+Green+Blue) = 218+234+45=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 45 (17.97% from 255 or 9.05% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEA2D is #2515D2. Grayscale: #D0D0D0. Windows color (decimal): -2430419 or 3009242. OLE color: 3009242.
HSL color Cylindrical-coordinate representation of color #DAEA2D: hue angle of 65.08º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAEA2D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 45 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.08 |
| HSL | 65.08º | 0.82% | 0.55% | - |
| HSV(B) | 65.08º | 0.81% | 0.92% | - |
| XYZ | 58.81 | 73.94 | 13.65 | - |
| YUV | 207.67 | 36.2 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 45 | 0.07 | 0 | 0.81 | 0.08 | 65.08 | 0.82 | 0.55 |
| Hex | DA | EA | 2D | 7 | 0 | 51 | 8 | 41 | 52 | 37 |
| Octal | 332 | 352 | 55 | 7 | 0 | 121 | 10 | 101 | 122 | 67 |
| Binary | 11011010 | 11101010 | 101101 | 111 | 0 | 1010001 | 1000 | 1000001 | 1010010 | 110111 |
Color Harmonies of #DAEA2D
Complementary color
Monochromatic Colors of #DAEA2D
Black with #DAEA2D
Text Example
Text Example
White with #DAEA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA2D; }
p { color: rgb(218,234,45); }
H1.HeaderClassName
{
color: #DAEA2D;
}
.AnyTagClassName
{
color: #DAEA2D;
}
</style>
background-color css
<style>
a { background-color: #DAEA2D; }
a { background-color: rgb(218,234,45); }
div.DivClassName
{
background-color: #DAEA2D;
}
.BgClassName
{
background-color: #DAEA2D;
}
</style>
border-color css
<style>
span { border-color: #DAEA2D; }
span { border-color: rgb(218,234,45); }
td.TdClassName
{
border-color: #DAEA2D;
}
.TagClassName
{
border-color: #DAEA2D;
}
</style>