Shades of Pear #DAFE49
Tints of Pear #DAFE49
RGB
CMYK
RGB Variations
Color information
#DAFE49 (or 0xDAFE49) is known color: Pear. HEX triplet: DA, FE and 49. RGB value is (218,254,73). Sum of RGB (Red+Green+Blue) = 218+254+73=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 73 (28.91% from 255 or 13.39% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE49 is #2501B6. Grayscale: #DFDFDF. Windows color (decimal): -2425271 or 4849370. OLE color: 4849370.
HSL color Cylindrical-coordinate representation of color #DAFE49: hue angle of 71.93º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAFE49 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 73 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.00 |
| HSL | 71.93º | 0.99% | 0.64% | - |
| HSV(B) | 71.93º | 0.71% | 1% | - |
| XYZ | 65.56 | 86.27 | 19.5 | - |
| YUV | 222.6 | 43.57 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 73 | 0.14 | 0 | 0.71 | 0.00 | 71.93 | 0.99 | 0.64 |
| Hex | DA | FE | 49 | E | 0 | 47 | 0 | 48 | 63 | 40 |
| Octal | 332 | 376 | 111 | 16 | 0 | 107 | 0 | 110 | 143 | 100 |
| Binary | 11011010 | 11111110 | 1001001 | 1110 | 0 | 1000111 | 0 | 1001000 | 1100011 | 1000000 |
Color Harmonies of #DAFE49
Complementary color
Monochromatic Colors of #DAFE49
Black with #DAFE49
Text Example
Text Example
White with #DAFE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE49; }
p { color: rgb(218,254,73); }
H1.HeaderClassName
{
color: #DAFE49;
}
.AnyTagClassName
{
color: #DAFE49;
}
</style>
background-color css
<style>
a { background-color: #DAFE49; }
a { background-color: rgb(218,254,73); }
div.DivClassName
{
background-color: #DAFE49;
}
.BgClassName
{
background-color: #DAFE49;
}
</style>
border-color css
<style>
span { border-color: #DAFE49; }
span { border-color: rgb(218,254,73); }
td.TdClassName
{
border-color: #DAFE49;
}
.TagClassName
{
border-color: #DAFE49;
}
</style>