Shades of Pear #DAEA30
Tints of Pear #DAEA30
RGB
CMYK
RGB Variations
Color information
#DAEA30 (or 0xDAEA30) is known color: Pear. HEX triplet: DA, EA and 30. RGB value is (218,234,48). Sum of RGB (Red+Green+Blue) = 218+234+48=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEA30 is #2515CF. Grayscale: #D0D0D0. Windows color (decimal): -2430416 or 3205850. OLE color: 3205850.
HSL color Cylindrical-coordinate representation of color #DAEA30: hue angle of 65.16º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAEA30 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 48 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.08 |
| HSL | 65.16º | 0.82% | 0.55% | - |
| HSV(B) | 65.16º | 0.79% | 0.92% | - |
| XYZ | 58.87 | 73.96 | 13.97 | - |
| YUV | 208.01 | 37.7 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 48 | 0.07 | 0 | 0.79 | 0.08 | 65.16 | 0.82 | 0.55 |
| Hex | DA | EA | 30 | 7 | 0 | 4F | 8 | 41 | 52 | 37 |
| Octal | 332 | 352 | 60 | 7 | 0 | 117 | 10 | 101 | 122 | 67 |
| Binary | 11011010 | 11101010 | 110000 | 111 | 0 | 1001111 | 1000 | 1000001 | 1010010 | 110111 |
Color Harmonies of #DAEA30
Complementary color
Monochromatic Colors of #DAEA30
Black with #DAEA30
Text Example
Text Example
White with #DAEA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA30; }
p { color: rgb(218,234,48); }
H1.HeaderClassName
{
color: #DAEA30;
}
.AnyTagClassName
{
color: #DAEA30;
}
</style>
background-color css
<style>
a { background-color: #DAEA30; }
a { background-color: rgb(218,234,48); }
div.DivClassName
{
background-color: #DAEA30;
}
.BgClassName
{
background-color: #DAEA30;
}
</style>
border-color css
<style>
span { border-color: #DAEA30; }
span { border-color: rgb(218,234,48); }
td.TdClassName
{
border-color: #DAEA30;
}
.TagClassName
{
border-color: #DAEA30;
}
</style>