Shades of Pear #DAE52D
Tints of Pear #DAE52D
RGB
CMYK
RGB Variations
Color information
#DAE52D (or 0xDAE52D) is known color: Pear. HEX triplet: DA, E5 and 2D. RGB value is (218,229,45). Sum of RGB (Red+Green+Blue) = 218+229+45=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 45 (17.97% from 255 or 9.15% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE52D is #251AD2. Grayscale: #CDCDCD. Windows color (decimal): -2431699 or 3007962. OLE color: 3007962.
HSL color Cylindrical-coordinate representation of color #DAE52D: hue angle of 63.59º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAE52D is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 45 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.10 |
| HSL | 63.59º | 0.78% | 0.54% | - |
| HSV(B) | 63.59º | 0.8% | 0.9% | - |
| XYZ | 57.41 | 71.13 | 13.19 | - |
| YUV | 204.74 | 37.86 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 45 | 0.05 | 0 | 0.80 | 0.10 | 63.59 | 0.78 | 0.54 |
| Hex | DA | E5 | 2D | 5 | 0 | 50 | A | 40 | 4E | 36 |
| Octal | 332 | 345 | 55 | 5 | 0 | 120 | 12 | 100 | 116 | 66 |
| Binary | 11011010 | 11100101 | 101101 | 101 | 0 | 1010000 | 1010 | 1000000 | 1001110 | 110110 |
Color Harmonies of #DAE52D
Complementary color
Monochromatic Colors of #DAE52D
Black with #DAE52D
Text Example
Text Example
White with #DAE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE52D; }
p { color: rgb(218,229,45); }
H1.HeaderClassName
{
color: #DAE52D;
}
.AnyTagClassName
{
color: #DAE52D;
}
</style>
background-color css
<style>
a { background-color: #DAE52D; }
a { background-color: rgb(218,229,45); }
div.DivClassName
{
background-color: #DAE52D;
}
.BgClassName
{
background-color: #DAE52D;
}
</style>
border-color css
<style>
span { border-color: #DAE52D; }
span { border-color: rgb(218,229,45); }
td.TdClassName
{
border-color: #DAE52D;
}
.TagClassName
{
border-color: #DAE52D;
}
</style>