Shades of Pear #DAFE46
Tints of Pear #DAFE46
RGB
CMYK
RGB Variations
Color information
#DAFE46 (or 0xDAFE46) is known color: Pear. HEX triplet: DA, FE and 46. RGB value is (218,254,70). Sum of RGB (Red+Green+Blue) = 218+254+70=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 70 (27.73% from 255 or 12.92% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE46 is #2501B9. Grayscale: #DEDEDE. Windows color (decimal): -2425274 or 4652762. OLE color: 4652762.
HSL color Cylindrical-coordinate representation of color #DAFE46: hue angle of 71.74º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAFE46 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 70 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.00 |
| HSL | 71.74º | 0.99% | 0.64% | - |
| HSV(B) | 71.74º | 0.72% | 1% | - |
| XYZ | 65.46 | 86.23 | 18.99 | - |
| YUV | 222.26 | 42.07 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 70 | 0.14 | 0 | 0.72 | 0.00 | 71.74 | 0.99 | 0.64 |
| Hex | DA | FE | 46 | E | 0 | 48 | 0 | 48 | 63 | 40 |
| Octal | 332 | 376 | 106 | 16 | 0 | 110 | 0 | 110 | 143 | 100 |
| Binary | 11011010 | 11111110 | 1000110 | 1110 | 0 | 1001000 | 0 | 1001000 | 1100011 | 1000000 |
Color Harmonies of #DAFE46
Complementary color
Monochromatic Colors of #DAFE46
Black with #DAFE46
Text Example
Text Example
White with #DAFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE46; }
p { color: rgb(218,254,70); }
H1.HeaderClassName
{
color: #DAFE46;
}
.AnyTagClassName
{
color: #DAFE46;
}
</style>
background-color css
<style>
a { background-color: #DAFE46; }
a { background-color: rgb(218,254,70); }
div.DivClassName
{
background-color: #DAFE46;
}
.BgClassName
{
background-color: #DAFE46;
}
</style>
border-color css
<style>
span { border-color: #DAFE46; }
span { border-color: rgb(218,254,70); }
td.TdClassName
{
border-color: #DAFE46;
}
.TagClassName
{
border-color: #DAFE46;
}
</style>