Shades of Pear #DAF446
Tints of Pear #DAF446
RGB
CMYK
RGB Variations
Color information
#DAF446 (or 0xDAF446) is known color: Pear. HEX triplet: DA, F4 and 46. RGB value is (218,244,70). Sum of RGB (Red+Green+Blue) = 218+244+70=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 70 (27.73% from 255 or 13.16% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF446 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF446 is #250BB9. Grayscale: #D9D9D9. Windows color (decimal): -2427834 or 4650202. OLE color: 4650202.
HSL color Cylindrical-coordinate representation of color #DAF446: hue angle of 68.97º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAF446 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 70 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.04 |
| HSL | 68.97º | 0.89% | 0.62% | - |
| HSV(B) | 68.97º | 0.71% | 0.96% | - |
| XYZ | 62.37 | 80.05 | 17.96 | - |
| YUV | 216.39 | 45.39 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 70 | 0.11 | 0 | 0.71 | 0.04 | 68.97 | 0.89 | 0.62 |
| Hex | DA | F4 | 46 | B | 0 | 47 | 4 | 45 | 59 | 3E |
| Octal | 332 | 364 | 106 | 13 | 0 | 107 | 4 | 105 | 131 | 76 |
| Binary | 11011010 | 11110100 | 1000110 | 1011 | 0 | 1000111 | 100 | 1000101 | 1011001 | 111110 |
Color Harmonies of #DAF446
Complementary color
Monochromatic Colors of #DAF446
Black with #DAF446
Text Example
Text Example
White with #DAF446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF446; }
p { color: rgb(218,244,70); }
H1.HeaderClassName
{
color: #DAF446;
}
.AnyTagClassName
{
color: #DAF446;
}
</style>
background-color css
<style>
a { background-color: #DAF446; }
a { background-color: rgb(218,244,70); }
div.DivClassName
{
background-color: #DAF446;
}
.BgClassName
{
background-color: #DAF446;
}
</style>
border-color css
<style>
span { border-color: #DAF446; }
span { border-color: rgb(218,244,70); }
td.TdClassName
{
border-color: #DAF446;
}
.TagClassName
{
border-color: #DAF446;
}
</style>