Shades of Pear #DAF149
Tints of Pear #DAF149
RGB
CMYK
RGB Variations
Color information
#DAF149 (or 0xDAF149) is known color: Pear. HEX triplet: DA, F1 and 49. RGB value is (218,241,73). Sum of RGB (Red+Green+Blue) = 218+241+73=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 73 (28.91% from 255 or 13.72% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF149 is #250EB6. Grayscale: #D7D7D7. Windows color (decimal): -2428599 or 4846042. OLE color: 4846042.
HSL color Cylindrical-coordinate representation of color #DAF149: hue angle of 68.21º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAF149 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 73 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.05 |
| HSL | 68.21º | 0.86% | 0.62% | - |
| HSV(B) | 68.21º | 0.7% | 0.95% | - |
| XYZ | 61.57 | 78.3 | 18.17 | - |
| YUV | 214.97 | 47.88 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 73 | 0.10 | 0 | 0.70 | 0.05 | 68.21 | 0.86 | 0.62 |
| Hex | DA | F1 | 49 | A | 0 | 46 | 5 | 44 | 56 | 3E |
| Octal | 332 | 361 | 111 | 12 | 0 | 106 | 5 | 104 | 126 | 76 |
| Binary | 11011010 | 11110001 | 1001001 | 1010 | 0 | 1000110 | 101 | 1000100 | 1010110 | 111110 |
Color Harmonies of #DAF149
Complementary color
Monochromatic Colors of #DAF149
Black with #DAF149
Text Example
Text Example
White with #DAF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF149; }
p { color: rgb(218,241,73); }
H1.HeaderClassName
{
color: #DAF149;
}
.AnyTagClassName
{
color: #DAF149;
}
</style>
background-color css
<style>
a { background-color: #DAF149; }
a { background-color: rgb(218,241,73); }
div.DivClassName
{
background-color: #DAF149;
}
.BgClassName
{
background-color: #DAF149;
}
</style>
border-color css
<style>
span { border-color: #DAF149; }
span { border-color: rgb(218,241,73); }
td.TdClassName
{
border-color: #DAF149;
}
.TagClassName
{
border-color: #DAF149;
}
</style>