Shades of Pear #DAFF49
Tints of Pear #DAFF49
RGB
CMYK
RGB Variations
Color information
#DAFF49 (or 0xDAFF49) is known color: Pear. HEX triplet: DA, FF and 49. RGB value is (218,255,73). Sum of RGB (Red+Green+Blue) = 218+255+73=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 73 (28.91% from 255 or 13.37% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF49 is #2500B6. Grayscale: #DFDFDF. Windows color (decimal): -2425015 or 4849626. OLE color: 4849626.
HSL color Cylindrical-coordinate representation of color #DAFF49: hue angle of 72.2º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAFF49 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 73 | - |
| CMYK | 0.15 | 0 | 0.71 | 0 |
| HSL | 72.2º | 1% | 0.64% | - |
| HSV(B) | 72.2º | 0.71% | 1% | - |
| XYZ | 65.88 | 86.91 | 19.61 | - |
| YUV | 223.19 | 43.24 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 73 | 0.15 | 0 | 0.71 | 0 | 72.2 | 1 | 0.64 |
| Hex | DA | FF | 49 | F | 0 | 47 | 0 | 48 | 64 | 40 |
| Octal | 332 | 377 | 111 | 17 | 0 | 107 | 0 | 110 | 144 | 100 |
| Binary | 11011010 | 11111111 | 1001001 | 1111 | 0 | 1000111 | 0 | 1001000 | 1100100 | 1000000 |
Color Harmonies of #DAFF49
Complementary color
Monochromatic Colors of #DAFF49
Black with #DAFF49
Text Example
Text Example
White with #DAFF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF49; }
p { color: rgb(218,255,73); }
H1.HeaderClassName
{
color: #DAFF49;
}
.AnyTagClassName
{
color: #DAFF49;
}
</style>
background-color css
<style>
a { background-color: #DAFF49; }
a { background-color: rgb(218,255,73); }
div.DivClassName
{
background-color: #DAFF49;
}
.BgClassName
{
background-color: #DAFF49;
}
</style>
border-color css
<style>
span { border-color: #DAFF49; }
span { border-color: rgb(218,255,73); }
td.TdClassName
{
border-color: #DAFF49;
}
.TagClassName
{
border-color: #DAFF49;
}
</style>