Shades of Pear #DAFE44
Tints of Pear #DAFE44
RGB
CMYK
RGB Variations
Color information
#DAFE44 (or 0xDAFE44) is known color: Pear. HEX triplet: DA, FE and 44. RGB value is (218,254,68). Sum of RGB (Red+Green+Blue) = 218+254+68=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 68 (26.95% from 255 or 12.59% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE44 is #2501BB. Grayscale: #DEDEDE. Windows color (decimal): -2425276 or 4521690. OLE color: 4521690.
HSL color Cylindrical-coordinate representation of color #DAFE44: hue angle of 71.61º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAFE44 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 68 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.00 |
| HSL | 71.61º | 0.99% | 0.63% | - |
| HSV(B) | 71.61º | 0.73% | 1% | - |
| XYZ | 65.4 | 86.21 | 18.66 | - |
| YUV | 222.03 | 41.07 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 68 | 0.14 | 0 | 0.73 | 0.00 | 71.61 | 0.99 | 0.63 |
| Hex | DA | FE | 44 | E | 0 | 49 | 0 | 48 | 63 | 3F |
| Octal | 332 | 376 | 104 | 16 | 0 | 111 | 0 | 110 | 143 | 77 |
| Binary | 11011010 | 11111110 | 1000100 | 1110 | 0 | 1001001 | 0 | 1001000 | 1100011 | 111111 |
Color Harmonies of #DAFE44
Complementary color
Monochromatic Colors of #DAFE44
Black with #DAFE44
Text Example
Text Example
White with #DAFE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE44; }
p { color: rgb(218,254,68); }
H1.HeaderClassName
{
color: #DAFE44;
}
.AnyTagClassName
{
color: #DAFE44;
}
</style>
background-color css
<style>
a { background-color: #DAFE44; }
a { background-color: rgb(218,254,68); }
div.DivClassName
{
background-color: #DAFE44;
}
.BgClassName
{
background-color: #DAFE44;
}
</style>
border-color css
<style>
span { border-color: #DAFE44; }
span { border-color: rgb(218,254,68); }
td.TdClassName
{
border-color: #DAFE44;
}
.TagClassName
{
border-color: #DAFE44;
}
</style>