Shades of Pear #DAFE2A
Tints of Pear #DAFE2A
RGB
CMYK
RGB Variations
Color information
#DAFE2A (or 0xDAFE2A) is known color: Pear. HEX triplet: DA, FE and 2A. RGB value is (218,254,42). Sum of RGB (Red+Green+Blue) = 218+254+42=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 42 (16.80% from 255 or 8.17% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE2A is #2501D5. Grayscale: #DBDBDB. Windows color (decimal): -2425302 or 2817754. OLE color: 2817754.
HSL color Cylindrical-coordinate representation of color #DAFE2A: hue angle of 70.19º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAFE2A is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 42 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.00 |
| HSL | 70.19º | 0.99% | 0.58% | - |
| HSV(B) | 70.19º | 0.83% | 1% | - |
| XYZ | 64.77 | 85.96 | 15.37 | - |
| YUV | 219.07 | 28.07 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 42 | 0.14 | 0 | 0.83 | 0.00 | 70.19 | 0.99 | 0.58 |
| Hex | DA | FE | 2A | E | 0 | 53 | 0 | 46 | 63 | 3A |
| Octal | 332 | 376 | 52 | 16 | 0 | 123 | 0 | 106 | 143 | 72 |
| Binary | 11011010 | 11111110 | 101010 | 1110 | 0 | 1010011 | 0 | 1000110 | 1100011 | 111010 |
Color Harmonies of #DAFE2A
Complementary color
Monochromatic Colors of #DAFE2A
Black with #DAFE2A
Text Example
Text Example
White with #DAFE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE2A; }
p { color: rgb(218,254,42); }
H1.HeaderClassName
{
color: #DAFE2A;
}
.AnyTagClassName
{
color: #DAFE2A;
}
</style>
background-color css
<style>
a { background-color: #DAFE2A; }
a { background-color: rgb(218,254,42); }
div.DivClassName
{
background-color: #DAFE2A;
}
.BgClassName
{
background-color: #DAFE2A;
}
</style>
border-color css
<style>
span { border-color: #DAFE2A; }
span { border-color: rgb(218,254,42); }
td.TdClassName
{
border-color: #DAFE2A;
}
.TagClassName
{
border-color: #DAFE2A;
}
</style>