Shades of Pear #DAF549
Tints of Pear #DAF549
RGB
CMYK
RGB Variations
Color information
#DAF549 (or 0xDAF549) is known color: Pear. HEX triplet: DA, F5 and 49. RGB value is (218,245,73). Sum of RGB (Red+Green+Blue) = 218+245+73=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 73 (28.91% from 255 or 13.62% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF549 is #250AB6. Grayscale: #D9D9D9. Windows color (decimal): -2427575 or 4847066. OLE color: 4847066.
HSL color Cylindrical-coordinate representation of color #DAF549: hue angle of 69.42º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAF549 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 245 | 73 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.04 |
| HSL | 69.42º | 0.9% | 0.62% | - |
| HSV(B) | 69.42º | 0.7% | 0.96% | - |
| XYZ | 62.77 | 80.69 | 18.57 | - |
| YUV | 217.32 | 46.55 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 245 | 73 | 0.11 | 0 | 0.70 | 0.04 | 69.42 | 0.9 | 0.62 |
| Hex | DA | F5 | 49 | B | 0 | 46 | 4 | 45 | 5A | 3E |
| Octal | 332 | 365 | 111 | 13 | 0 | 106 | 4 | 105 | 132 | 76 |
| Binary | 11011010 | 11110101 | 1001001 | 1011 | 0 | 1000110 | 100 | 1000101 | 1011010 | 111110 |
Color Harmonies of #DAF549
Complementary color
Monochromatic Colors of #DAF549
Black with #DAF549
Text Example
Text Example
White with #DAF549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF549; }
p { color: rgb(218,245,73); }
H1.HeaderClassName
{
color: #DAF549;
}
.AnyTagClassName
{
color: #DAF549;
}
</style>
background-color css
<style>
a { background-color: #DAF549; }
a { background-color: rgb(218,245,73); }
div.DivClassName
{
background-color: #DAF549;
}
.BgClassName
{
background-color: #DAF549;
}
</style>
border-color css
<style>
span { border-color: #DAF549; }
span { border-color: rgb(218,245,73); }
td.TdClassName
{
border-color: #DAF549;
}
.TagClassName
{
border-color: #DAF549;
}
</style>