Shades of Pear #DAFE41
Tints of Pear #DAFE41
RGB
CMYK
RGB Variations
Color information
#DAFE41 (or 0xDAFE41) is known color: Pear. HEX triplet: DA, FE and 41. RGB value is (218,254,65). Sum of RGB (Red+Green+Blue) = 218+254+65=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 65 (25.78% from 255 or 12.10% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE41 is #2501BE. Grayscale: #DEDEDE. Windows color (decimal): -2425279 or 4325082. OLE color: 4325082.
HSL color Cylindrical-coordinate representation of color #DAFE41: hue angle of 71.43º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAFE41 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 65 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.00 |
| HSL | 71.43º | 0.99% | 0.63% | - |
| HSV(B) | 71.43º | 0.74% | 1% | - |
| XYZ | 65.31 | 86.17 | 18.19 | - |
| YUV | 221.69 | 39.57 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 65 | 0.14 | 0 | 0.74 | 0.00 | 71.43 | 0.99 | 0.63 |
| Hex | DA | FE | 41 | E | 0 | 4A | 0 | 47 | 63 | 3F |
| Octal | 332 | 376 | 101 | 16 | 0 | 112 | 0 | 107 | 143 | 77 |
| Binary | 11011010 | 11111110 | 1000001 | 1110 | 0 | 1001010 | 0 | 1000111 | 1100011 | 111111 |
Color Harmonies of #DAFE41
Complementary color
Monochromatic Colors of #DAFE41
Black with #DAFE41
Text Example
Text Example
White with #DAFE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE41; }
p { color: rgb(218,254,65); }
H1.HeaderClassName
{
color: #DAFE41;
}
.AnyTagClassName
{
color: #DAFE41;
}
</style>
background-color css
<style>
a { background-color: #DAFE41; }
a { background-color: rgb(218,254,65); }
div.DivClassName
{
background-color: #DAFE41;
}
.BgClassName
{
background-color: #DAFE41;
}
</style>
border-color css
<style>
span { border-color: #DAFE41; }
span { border-color: rgb(218,254,65); }
td.TdClassName
{
border-color: #DAFE41;
}
.TagClassName
{
border-color: #DAFE41;
}
</style>