Shades of Pear #DAFE45
Tints of Pear #DAFE45
RGB
CMYK
RGB Variations
Color information
#DAFE45 (or 0xDAFE45) is known color: Pear. HEX triplet: DA, FE and 45. RGB value is (218,254,69). Sum of RGB (Red+Green+Blue) = 218+254+69=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 69 (27.34% from 255 or 12.75% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE45 is #2501BA. Grayscale: #DEDEDE. Windows color (decimal): -2425275 or 4587226. OLE color: 4587226.
HSL color Cylindrical-coordinate representation of color #DAFE45: hue angle of 71.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAFE45 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 69 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.00 |
| HSL | 71.68º | 0.99% | 0.63% | - |
| HSV(B) | 71.68º | 0.73% | 1% | - |
| XYZ | 65.43 | 86.22 | 18.82 | - |
| YUV | 222.15 | 41.57 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 69 | 0.14 | 0 | 0.73 | 0.00 | 71.68 | 0.99 | 0.63 |
| Hex | DA | FE | 45 | E | 0 | 49 | 0 | 48 | 63 | 3F |
| Octal | 332 | 376 | 105 | 16 | 0 | 111 | 0 | 110 | 143 | 77 |
| Binary | 11011010 | 11111110 | 1000101 | 1110 | 0 | 1001001 | 0 | 1001000 | 1100011 | 111111 |
Color Harmonies of #DAFE45
Complementary color
Monochromatic Colors of #DAFE45
Black with #DAFE45
Text Example
Text Example
White with #DAFE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE45; }
p { color: rgb(218,254,69); }
H1.HeaderClassName
{
color: #DAFE45;
}
.AnyTagClassName
{
color: #DAFE45;
}
</style>
background-color css
<style>
a { background-color: #DAFE45; }
a { background-color: rgb(218,254,69); }
div.DivClassName
{
background-color: #DAFE45;
}
.BgClassName
{
background-color: #DAFE45;
}
</style>
border-color css
<style>
span { border-color: #DAFE45; }
span { border-color: rgb(218,254,69); }
td.TdClassName
{
border-color: #DAFE45;
}
.TagClassName
{
border-color: #DAFE45;
}
</style>