Shades of Pear #DAFE3F
Tints of Pear #DAFE3F
RGB
CMYK
RGB Variations
Color information
#DAFE3F (or 0xDAFE3F) is known color: Pear. HEX triplet: DA, FE and 3F. RGB value is (218,254,63). Sum of RGB (Red+Green+Blue) = 218+254+63=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 63 (25% from 255 or 11.78% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE3F is #2501C0. Grayscale: #DEDEDE. Windows color (decimal): -2425281 or 4194010. OLE color: 4194010.
HSL color Cylindrical-coordinate representation of color #DAFE3F: hue angle of 71.31º 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 #DAFE3F is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 63 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.00 |
| HSL | 71.31º | 0.99% | 0.62% | - |
| HSV(B) | 71.31º | 0.75% | 1% | - |
| XYZ | 65.25 | 86.15 | 17.89 | - |
| YUV | 221.46 | 38.57 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 63 | 0.14 | 0 | 0.75 | 0.00 | 71.31 | 0.99 | 0.62 |
| Hex | DA | FE | 3F | E | 0 | 4B | 0 | 47 | 63 | 3E |
| Octal | 332 | 376 | 77 | 16 | 0 | 113 | 0 | 107 | 143 | 76 |
| Binary | 11011010 | 11111110 | 111111 | 1110 | 0 | 1001011 | 0 | 1000111 | 1100011 | 111110 |
Color Harmonies of #DAFE3F
Complementary color
Monochromatic Colors of #DAFE3F
Black with #DAFE3F
Text Example
Text Example
White with #DAFE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE3F; }
p { color: rgb(218,254,63); }
H1.HeaderClassName
{
color: #DAFE3F;
}
.AnyTagClassName
{
color: #DAFE3F;
}
</style>
background-color css
<style>
a { background-color: #DAFE3F; }
a { background-color: rgb(218,254,63); }
div.DivClassName
{
background-color: #DAFE3F;
}
.BgClassName
{
background-color: #DAFE3F;
}
</style>
border-color css
<style>
span { border-color: #DAFE3F; }
span { border-color: rgb(218,254,63); }
td.TdClassName
{
border-color: #DAFE3F;
}
.TagClassName
{
border-color: #DAFE3F;
}
</style>