Shades of Pear #DAFE43
Tints of Pear #DAFE43
RGB
CMYK
RGB Variations
Color information
#DAFE43 (or 0xDAFE43) is known color: Pear. HEX triplet: DA, FE and 43. RGB value is (218,254,67). Sum of RGB (Red+Green+Blue) = 218+254+67=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 67 (26.56% from 255 or 12.43% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE43 is #2501BC. Grayscale: #DEDEDE. Windows color (decimal): -2425277 or 4456154. OLE color: 4456154.
HSL color Cylindrical-coordinate representation of color #DAFE43: hue angle of 71.55º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DAFE43 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 67 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.00 |
| HSL | 71.55º | 0.99% | 0.63% | - |
| HSV(B) | 71.55º | 0.74% | 1% | - |
| XYZ | 65.37 | 86.19 | 18.5 | - |
| YUV | 221.92 | 40.57 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 67 | 0.14 | 0 | 0.74 | 0.00 | 71.55 | 0.99 | 0.63 |
| Hex | DA | FE | 43 | E | 0 | 4A | 0 | 48 | 63 | 3F |
| Octal | 332 | 376 | 103 | 16 | 0 | 112 | 0 | 110 | 143 | 77 |
| Binary | 11011010 | 11111110 | 1000011 | 1110 | 0 | 1001010 | 0 | 1001000 | 1100011 | 111111 |
Color Harmonies of #DAFE43
Complementary color
Monochromatic Colors of #DAFE43
Black with #DAFE43
Text Example
Text Example
White with #DAFE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE43; }
p { color: rgb(218,254,67); }
H1.HeaderClassName
{
color: #DAFE43;
}
.AnyTagClassName
{
color: #DAFE43;
}
</style>
background-color css
<style>
a { background-color: #DAFE43; }
a { background-color: rgb(218,254,67); }
div.DivClassName
{
background-color: #DAFE43;
}
.BgClassName
{
background-color: #DAFE43;
}
</style>
border-color css
<style>
span { border-color: #DAFE43; }
span { border-color: rgb(218,254,67); }
td.TdClassName
{
border-color: #DAFE43;
}
.TagClassName
{
border-color: #DAFE43;
}
</style>