Shades of Pear #DAFE2F
Tints of Pear #DAFE2F
RGB
CMYK
RGB Variations
Color information
#DAFE2F (or 0xDAFE2F) is known color: Pear. HEX triplet: DA, FE and 2F. RGB value is (218,254,47). Sum of RGB (Red+Green+Blue) = 218+254+47=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE2F is #2501D0. Grayscale: #DCDCDC. Windows color (decimal): -2425297 or 3145434. OLE color: 3145434.
HSL color Cylindrical-coordinate representation of color #DAFE2F: hue angle of 70.43º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DAFE2F is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 47 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.00 |
| HSL | 70.43º | 0.99% | 0.59% | - |
| HSV(B) | 70.43º | 0.81% | 1% | - |
| XYZ | 64.87 | 85.99 | 15.87 | - |
| YUV | 219.64 | 30.57 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 47 | 0.14 | 0 | 0.81 | 0.00 | 70.43 | 0.99 | 0.59 |
| Hex | DA | FE | 2F | E | 0 | 51 | 0 | 46 | 63 | 3B |
| Octal | 332 | 376 | 57 | 16 | 0 | 121 | 0 | 106 | 143 | 73 |
| Binary | 11011010 | 11111110 | 101111 | 1110 | 0 | 1010001 | 0 | 1000110 | 1100011 | 111011 |
Color Harmonies of #DAFE2F
Complementary color
Monochromatic Colors of #DAFE2F
Black with #DAFE2F
Text Example
Text Example
White with #DAFE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE2F; }
p { color: rgb(218,254,47); }
H1.HeaderClassName
{
color: #DAFE2F;
}
.AnyTagClassName
{
color: #DAFE2F;
}
</style>
background-color css
<style>
a { background-color: #DAFE2F; }
a { background-color: rgb(218,254,47); }
div.DivClassName
{
background-color: #DAFE2F;
}
.BgClassName
{
background-color: #DAFE2F;
}
</style>
border-color css
<style>
span { border-color: #DAFE2F; }
span { border-color: rgb(218,254,47); }
td.TdClassName
{
border-color: #DAFE2F;
}
.TagClassName
{
border-color: #DAFE2F;
}
</style>