Shades of Pear #DAFE3E
Tints of Pear #DAFE3E
RGB
CMYK
RGB Variations
Color information
#DAFE3E (or 0xDAFE3E) is known color: Pear. HEX triplet: DA, FE and 3E. RGB value is (218,254,62). Sum of RGB (Red+Green+Blue) = 218+254+62=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 62 (24.61% from 255 or 11.61% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE3E is #2501C1. Grayscale: #DEDEDE. Windows color (decimal): -2425282 or 4128474. OLE color: 4128474.
HSL color Cylindrical-coordinate representation of color #DAFE3E: hue angle of 71.25º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAFE3E is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 62 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.00 |
| HSL | 71.25º | 0.99% | 0.62% | - |
| HSV(B) | 71.25º | 0.76% | 1% | - |
| XYZ | 65.22 | 86.14 | 17.75 | - |
| YUV | 221.35 | 38.07 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 62 | 0.14 | 0 | 0.76 | 0.00 | 71.25 | 0.99 | 0.62 |
| Hex | DA | FE | 3E | E | 0 | 4C | 0 | 47 | 63 | 3E |
| Octal | 332 | 376 | 76 | 16 | 0 | 114 | 0 | 107 | 143 | 76 |
| Binary | 11011010 | 11111110 | 111110 | 1110 | 0 | 1001100 | 0 | 1000111 | 1100011 | 111110 |
Color Harmonies of #DAFE3E
Complementary color
Monochromatic Colors of #DAFE3E
Black with #DAFE3E
Text Example
Text Example
White with #DAFE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE3E; }
p { color: rgb(218,254,62); }
H1.HeaderClassName
{
color: #DAFE3E;
}
.AnyTagClassName
{
color: #DAFE3E;
}
</style>
background-color css
<style>
a { background-color: #DAFE3E; }
a { background-color: rgb(218,254,62); }
div.DivClassName
{
background-color: #DAFE3E;
}
.BgClassName
{
background-color: #DAFE3E;
}
</style>
border-color css
<style>
span { border-color: #DAFE3E; }
span { border-color: rgb(218,254,62); }
td.TdClassName
{
border-color: #DAFE3E;
}
.TagClassName
{
border-color: #DAFE3E;
}
</style>