Shades of Pear #DAE52F
Tints of Pear #DAE52F
RGB
CMYK
RGB Variations
Color information
#DAE52F (or 0xDAE52F) is known color: Pear. HEX triplet: DA, E5 and 2F. RGB value is (218,229,47). Sum of RGB (Red+Green+Blue) = 218+229+47=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE52F is #251AD0. Grayscale: #CDCDCD. Windows color (decimal): -2431697 or 3139034. OLE color: 3139034.
HSL color Cylindrical-coordinate representation of color #DAE52F: hue angle of 63.63º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAE52F is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 47 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.10 |
| HSL | 63.63º | 0.78% | 0.54% | - |
| HSV(B) | 63.63º | 0.79% | 0.9% | - |
| XYZ | 57.45 | 71.15 | 13.39 | - |
| YUV | 204.96 | 38.86 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 47 | 0.05 | 0 | 0.79 | 0.10 | 63.63 | 0.78 | 0.54 |
| Hex | DA | E5 | 2F | 5 | 0 | 4F | A | 40 | 4E | 36 |
| Octal | 332 | 345 | 57 | 5 | 0 | 117 | 12 | 100 | 116 | 66 |
| Binary | 11011010 | 11100101 | 101111 | 101 | 0 | 1001111 | 1010 | 1000000 | 1001110 | 110110 |
Color Harmonies of #DAE52F
Complementary color
Monochromatic Colors of #DAE52F
Black with #DAE52F
Text Example
Text Example
White with #DAE52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE52F; }
p { color: rgb(218,229,47); }
H1.HeaderClassName
{
color: #DAE52F;
}
.AnyTagClassName
{
color: #DAE52F;
}
</style>
background-color css
<style>
a { background-color: #DAE52F; }
a { background-color: rgb(218,229,47); }
div.DivClassName
{
background-color: #DAE52F;
}
.BgClassName
{
background-color: #DAE52F;
}
</style>
border-color css
<style>
span { border-color: #DAE52F; }
span { border-color: rgb(218,229,47); }
td.TdClassName
{
border-color: #DAE52F;
}
.TagClassName
{
border-color: #DAE52F;
}
</style>