Shades of Pear #DAF444
Tints of Pear #DAF444
RGB
CMYK
RGB Variations
Color information
#DAF444 (or 0xDAF444) is known color: Pear. HEX triplet: DA, F4 and 44. RGB value is (218,244,68). Sum of RGB (Red+Green+Blue) = 218+244+68=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 244 (95.70% from 255 or 46.04% from 530); Blue value is 68 (26.95% from 255 or 12.83% from 530); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF444 is #250BBB. Grayscale: #D8D8D8. Windows color (decimal): -2427836 or 4519130. OLE color: 4519130.
HSL color Cylindrical-coordinate representation of color #DAF444: hue angle of 68.86º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAF444 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 68 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.04 |
| HSL | 68.86º | 0.89% | 0.61% | - |
| HSV(B) | 68.86º | 0.72% | 0.96% | - |
| XYZ | 62.31 | 80.02 | 17.63 | - |
| YUV | 216.16 | 44.39 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 68 | 0.11 | 0 | 0.72 | 0.04 | 68.86 | 0.89 | 0.61 |
| Hex | DA | F4 | 44 | B | 0 | 48 | 4 | 45 | 59 | 3D |
| Octal | 332 | 364 | 104 | 13 | 0 | 110 | 4 | 105 | 131 | 75 |
| Binary | 11011010 | 11110100 | 1000100 | 1011 | 0 | 1001000 | 100 | 1000101 | 1011001 | 111101 |
Color Harmonies of #DAF444
Complementary color
Monochromatic Colors of #DAF444
Black with #DAF444
Text Example
Text Example
White with #DAF444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF444; }
p { color: rgb(218,244,68); }
H1.HeaderClassName
{
color: #DAF444;
}
.AnyTagClassName
{
color: #DAF444;
}
</style>
background-color css
<style>
a { background-color: #DAF444; }
a { background-color: rgb(218,244,68); }
div.DivClassName
{
background-color: #DAF444;
}
.BgClassName
{
background-color: #DAF444;
}
</style>
border-color css
<style>
span { border-color: #DAF444; }
span { border-color: rgb(218,244,68); }
td.TdClassName
{
border-color: #DAF444;
}
.TagClassName
{
border-color: #DAF444;
}
</style>