Shades of Pear #DAFA29
Tints of Pear #DAFA29
RGB
CMYK
RGB Variations
Color information
#DAFA29 (or 0xDAFA29) is known color: Pear. HEX triplet: DA, FA and 29. RGB value is (218,250,41). Sum of RGB (Red+Green+Blue) = 218+250+41=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 41 (16.41% from 255 or 8.06% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFA29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFA29 is #2505D6. Grayscale: #D9D9D9. Windows color (decimal): -2426327 or 2751194. OLE color: 2751194.
HSL color Cylindrical-coordinate representation of color #DAFA29: hue angle of 69.19º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAFA29 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 250 | 41 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.02 |
| HSL | 69.19º | 0.95% | 0.57% | - |
| HSV(B) | 69.19º | 0.84% | 0.98% | - |
| XYZ | 63.5 | 83.44 | 14.86 | - |
| YUV | 216.61 | 28.9 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 250 | 41 | 0.13 | 0 | 0.84 | 0.02 | 69.19 | 0.95 | 0.57 |
| Hex | DA | FA | 29 | D | 0 | 54 | 2 | 45 | 5F | 39 |
| Octal | 332 | 372 | 51 | 15 | 0 | 124 | 2 | 105 | 137 | 71 |
| Binary | 11011010 | 11111010 | 101001 | 1101 | 0 | 1010100 | 10 | 1000101 | 1011111 | 111001 |
Color Harmonies of #DAFA29
Complementary color
Monochromatic Colors of #DAFA29
Black with #DAFA29
Text Example
Text Example
White with #DAFA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFA29; }
p { color: rgb(218,250,41); }
H1.HeaderClassName
{
color: #DAFA29;
}
.AnyTagClassName
{
color: #DAFA29;
}
</style>
background-color css
<style>
a { background-color: #DAFA29; }
a { background-color: rgb(218,250,41); }
div.DivClassName
{
background-color: #DAFA29;
}
.BgClassName
{
background-color: #DAFA29;
}
</style>
border-color css
<style>
span { border-color: #DAFA29; }
span { border-color: rgb(218,250,41); }
td.TdClassName
{
border-color: #DAFA29;
}
.TagClassName
{
border-color: #DAFA29;
}
</style>