Shades of Pear #DAFE40
Tints of Pear #DAFE40
RGB
CMYK
RGB Variations
Color information
#DAFE40 (or 0xDAFE40) is known color: Pear. HEX triplet: DA, FE and 40. RGB value is (218,254,64). Sum of RGB (Red+Green+Blue) = 218+254+64=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE40 is #2501BF. Grayscale: #DEDEDE. Windows color (decimal): -2425280 or 4259546. OLE color: 4259546.
HSL color Cylindrical-coordinate representation of color #DAFE40: hue angle of 71.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAFE40 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 64 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.00 |
| HSL | 71.37º | 0.99% | 0.62% | - |
| HSV(B) | 71.37º | 0.75% | 1% | - |
| XYZ | 65.28 | 86.16 | 18.04 | - |
| YUV | 221.58 | 39.07 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 64 | 0.14 | 0 | 0.75 | 0.00 | 71.37 | 0.99 | 0.62 |
| Hex | DA | FE | 40 | E | 0 | 4B | 0 | 47 | 63 | 3E |
| Octal | 332 | 376 | 100 | 16 | 0 | 113 | 0 | 107 | 143 | 76 |
| Binary | 11011010 | 11111110 | 1000000 | 1110 | 0 | 1001011 | 0 | 1000111 | 1100011 | 111110 |
Color Harmonies of #DAFE40
Complementary color
Monochromatic Colors of #DAFE40
Black with #DAFE40
Text Example
Text Example
White with #DAFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE40; }
p { color: rgb(218,254,64); }
H1.HeaderClassName
{
color: #DAFE40;
}
.AnyTagClassName
{
color: #DAFE40;
}
</style>
background-color css
<style>
a { background-color: #DAFE40; }
a { background-color: rgb(218,254,64); }
div.DivClassName
{
background-color: #DAFE40;
}
.BgClassName
{
background-color: #DAFE40;
}
</style>
border-color css
<style>
span { border-color: #DAFE40; }
span { border-color: rgb(218,254,64); }
td.TdClassName
{
border-color: #DAFE40;
}
.TagClassName
{
border-color: #DAFE40;
}
</style>