Shades of Pear #DAFF29
Tints of Pear #DAFF29
RGB
CMYK
RGB Variations
Color information
#DAFF29 (or 0xDAFF29) is known color: Pear. HEX triplet: DA, FF and 29. RGB value is (218,255,41). Sum of RGB (Red+Green+Blue) = 218+255+41=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 41 (16.41% from 255 or 7.98% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF29 is #2500D6. Grayscale: #DCDCDC. Windows color (decimal): -2425047 or 2752474. OLE color: 2752474.
HSL color Cylindrical-coordinate representation of color #DAFF29: hue angle of 70.37º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DAFF29 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 41 | - |
| CMYK | 0.15 | 0 | 0.84 | 0 |
| HSL | 70.37º | 1% | 0.58% | - |
| HSV(B) | 70.37º | 0.84% | 1% | - |
| XYZ | 65.07 | 86.59 | 15.38 | - |
| YUV | 219.54 | 27.24 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 41 | 0.15 | 0 | 0.84 | 0 | 70.37 | 1 | 0.58 |
| Hex | DA | FF | 29 | F | 0 | 54 | 0 | 46 | 64 | 3A |
| Octal | 332 | 377 | 51 | 17 | 0 | 124 | 0 | 106 | 144 | 72 |
| Binary | 11011010 | 11111111 | 101001 | 1111 | 0 | 1010100 | 0 | 1000110 | 1100100 | 111010 |
Color Harmonies of #DAFF29
Complementary color
Monochromatic Colors of #DAFF29
Black with #DAFF29
Text Example
Text Example
White with #DAFF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF29; }
p { color: rgb(218,255,41); }
H1.HeaderClassName
{
color: #DAFF29;
}
.AnyTagClassName
{
color: #DAFF29;
}
</style>
background-color css
<style>
a { background-color: #DAFF29; }
a { background-color: rgb(218,255,41); }
div.DivClassName
{
background-color: #DAFF29;
}
.BgClassName
{
background-color: #DAFF29;
}
</style>
border-color css
<style>
span { border-color: #DAFF29; }
span { border-color: rgb(218,255,41); }
td.TdClassName
{
border-color: #DAFF29;
}
.TagClassName
{
border-color: #DAFF29;
}
</style>