Shades of Pear #DAFA49
Tints of Pear #DAFA49
RGB
CMYK
RGB Variations
Color information
#DAFA49 (or 0xDAFA49) is known color: Pear. HEX triplet: DA, FA and 49. RGB value is (218,250,73). Sum of RGB (Red+Green+Blue) = 218+250+73=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 73 (28.91% from 255 or 13.49% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA49 is #2505B6. Grayscale: #DCDCDC. Windows color (decimal): -2426295 or 4848346. OLE color: 4848346.
HSL color Cylindrical-coordinate representation of color #DAFA49: hue angle of 70.85º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAFA49 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 73 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.02 |
| HSL | 70.85º | 0.95% | 0.63% | - |
| HSV(B) | 70.85º | 0.71% | 0.98% | - |
| XYZ | 64.3 | 83.76 | 19.08 | - |
| YUV | 220.25 | 44.9 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 73 | 0.13 | 0 | 0.71 | 0.02 | 70.85 | 0.95 | 0.63 |
| Hex | DA | FA | 49 | D | 0 | 47 | 2 | 47 | 5F | 3F |
| Octal | 332 | 372 | 111 | 15 | 0 | 107 | 2 | 107 | 137 | 77 |
| Binary | 11011010 | 11111010 | 1001001 | 1101 | 0 | 1000111 | 10 | 1000111 | 1011111 | 111111 |
Color Harmonies of #DAFA49
Complementary color
Monochromatic Colors of #DAFA49
Black with #DAFA49
Text Example
Text Example
White with #DAFA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA49; }
p { color: rgb(218,250,73); }
H1.HeaderClassName
{
color: #DAFA49;
}
.AnyTagClassName
{
color: #DAFA49;
}
</style>
background-color css
<style>
a { background-color: #DAFA49; }
a { background-color: rgb(218,250,73); }
div.DivClassName
{
background-color: #DAFA49;
}
.BgClassName
{
background-color: #DAFA49;
}
</style>
border-color css
<style>
span { border-color: #DAFA49; }
span { border-color: rgb(218,250,73); }
td.TdClassName
{
border-color: #DAFA49;
}
.TagClassName
{
border-color: #DAFA49;
}
</style>