Shades of Pear #DAFA44
Tints of Pear #DAFA44
RGB
CMYK
RGB Variations
Color information
#DAFA44 (or 0xDAFA44) is known color: Pear. HEX triplet: DA, FA and 44. RGB value is (218,250,68). Sum of RGB (Red+Green+Blue) = 218+250+68=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 68 (26.95% from 255 or 12.69% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA44 is #2505BB. Grayscale: #DCDCDC. Windows color (decimal): -2426300 or 4520666. OLE color: 4520666.
HSL color Cylindrical-coordinate representation of color #DAFA44: hue angle of 70.55º degrees, saturation: 0.95, 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 #DAFA44 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 68 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.02 |
| HSL | 70.55º | 0.95% | 0.62% | - |
| HSV(B) | 70.55º | 0.73% | 0.98% | - |
| XYZ | 64.14 | 83.69 | 18.24 | - |
| YUV | 219.68 | 42.4 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 68 | 0.13 | 0 | 0.73 | 0.02 | 70.55 | 0.95 | 0.62 |
| Hex | DA | FA | 44 | D | 0 | 49 | 2 | 47 | 5F | 3E |
| Octal | 332 | 372 | 104 | 15 | 0 | 111 | 2 | 107 | 137 | 76 |
| Binary | 11011010 | 11111010 | 1000100 | 1101 | 0 | 1001001 | 10 | 1000111 | 1011111 | 111110 |
Color Harmonies of #DAFA44
Complementary color
Monochromatic Colors of #DAFA44
Black with #DAFA44
Text Example
Text Example
White with #DAFA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA44; }
p { color: rgb(218,250,68); }
H1.HeaderClassName
{
color: #DAFA44;
}
.AnyTagClassName
{
color: #DAFA44;
}
</style>
background-color css
<style>
a { background-color: #DAFA44; }
a { background-color: rgb(218,250,68); }
div.DivClassName
{
background-color: #DAFA44;
}
.BgClassName
{
background-color: #DAFA44;
}
</style>
border-color css
<style>
span { border-color: #DAFA44; }
span { border-color: rgb(218,250,68); }
td.TdClassName
{
border-color: #DAFA44;
}
.TagClassName
{
border-color: #DAFA44;
}
</style>