Shades of Pear #DAEA34
Tints of Pear #DAEA34
RGB
CMYK
RGB Variations
Color information
#DAEA34 (or 0xDAEA34) is known color: Pear. HEX triplet: DA, EA and 34. RGB value is (218,234,52). Sum of RGB (Red+Green+Blue) = 218+234+52=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 52 (20.70% from 255 or 10.32% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEA34 is #2515CB. Grayscale: #D1D1D1. Windows color (decimal): -2430412 or 3467994. OLE color: 3467994.
HSL color Cylindrical-coordinate representation of color #DAEA34: hue angle of 65.27º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAEA34 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 52 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.08 |
| HSL | 65.27º | 0.81% | 0.56% | - |
| HSV(B) | 65.27º | 0.78% | 0.92% | - |
| XYZ | 58.96 | 74 | 14.42 | - |
| YUV | 208.47 | 39.7 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 52 | 0.07 | 0 | 0.78 | 0.08 | 65.27 | 0.81 | 0.56 |
| Hex | DA | EA | 34 | 7 | 0 | 4E | 8 | 41 | 51 | 38 |
| Octal | 332 | 352 | 64 | 7 | 0 | 116 | 10 | 101 | 121 | 70 |
| Binary | 11011010 | 11101010 | 110100 | 111 | 0 | 1001110 | 1000 | 1000001 | 1010001 | 111000 |
Color Harmonies of #DAEA34
Complementary color
Monochromatic Colors of #DAEA34
Black with #DAEA34
Text Example
Text Example
White with #DAEA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA34; }
p { color: rgb(218,234,52); }
H1.HeaderClassName
{
color: #DAEA34;
}
.AnyTagClassName
{
color: #DAEA34;
}
</style>
background-color css
<style>
a { background-color: #DAEA34; }
a { background-color: rgb(218,234,52); }
div.DivClassName
{
background-color: #DAEA34;
}
.BgClassName
{
background-color: #DAEA34;
}
</style>
border-color css
<style>
span { border-color: #DAEA34; }
span { border-color: rgb(218,234,52); }
td.TdClassName
{
border-color: #DAEA34;
}
.TagClassName
{
border-color: #DAEA34;
}
</style>