Shades of Pear #DAF944
Tints of Pear #DAF944
RGB
CMYK
RGB Variations
Color information
#DAF944 (or 0xDAF944) is known color: Pear. HEX triplet: DA, F9 and 44. RGB value is (218,249,68). Sum of RGB (Red+Green+Blue) = 218+249+68=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 68 (26.95% from 255 or 12.71% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF944 is #2506BB. Grayscale: #DBDBDB. Windows color (decimal): -2426556 or 4520410. OLE color: 4520410.
HSL color Cylindrical-coordinate representation of color #DAF944: hue angle of 70.28º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAF944 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 68 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.02 |
| HSL | 70.28º | 0.94% | 0.62% | - |
| HSV(B) | 70.28º | 0.73% | 0.98% | - |
| XYZ | 63.83 | 83.07 | 18.14 | - |
| YUV | 219.1 | 42.73 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 68 | 0.12 | 0 | 0.73 | 0.02 | 70.28 | 0.94 | 0.62 |
| Hex | DA | F9 | 44 | C | 0 | 49 | 2 | 46 | 5E | 3E |
| Octal | 332 | 371 | 104 | 14 | 0 | 111 | 2 | 106 | 136 | 76 |
| Binary | 11011010 | 11111001 | 1000100 | 1100 | 0 | 1001001 | 10 | 1000110 | 1011110 | 111110 |
Color Harmonies of #DAF944
Complementary color
Monochromatic Colors of #DAF944
Black with #DAF944
Text Example
Text Example
White with #DAF944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF944; }
p { color: rgb(218,249,68); }
H1.HeaderClassName
{
color: #DAF944;
}
.AnyTagClassName
{
color: #DAF944;
}
</style>
background-color css
<style>
a { background-color: #DAF944; }
a { background-color: rgb(218,249,68); }
div.DivClassName
{
background-color: #DAF944;
}
.BgClassName
{
background-color: #DAF944;
}
</style>
border-color css
<style>
span { border-color: #DAF944; }
span { border-color: rgb(218,249,68); }
td.TdClassName
{
border-color: #DAF944;
}
.TagClassName
{
border-color: #DAF944;
}
</style>