Shades of Pear #DAFE26
Tints of Pear #DAFE26
RGB
CMYK
RGB Variations
Color information
#DAFE26 (or 0xDAFE26) is known color: Pear. HEX triplet: DA, FE and 26. RGB value is (218,254,38). Sum of RGB (Red+Green+Blue) = 218+254+38=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 38 (15.23% from 255 or 7.45% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE26 is #2501D9. Grayscale: #DBDBDB. Windows color (decimal): -2425306 or 2555610. OLE color: 2555610.
HSL color Cylindrical-coordinate representation of color #DAFE26: hue angle of 70º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAFE26 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 38 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.00 |
| HSL | 70º | 0.99% | 0.57% | - |
| HSV(B) | 70º | 0.85% | 1% | - |
| XYZ | 64.71 | 85.93 | 15.01 | - |
| YUV | 218.61 | 26.07 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 38 | 0.14 | 0 | 0.85 | 0.00 | 70 | 0.99 | 0.57 |
| Hex | DA | FE | 26 | E | 0 | 55 | 0 | 46 | 63 | 39 |
| Octal | 332 | 376 | 46 | 16 | 0 | 125 | 0 | 106 | 143 | 71 |
| Binary | 11011010 | 11111110 | 100110 | 1110 | 0 | 1010101 | 0 | 1000110 | 1100011 | 111001 |
Color Harmonies of #DAFE26
Complementary color
Monochromatic Colors of #DAFE26
Black with #DAFE26
Text Example
Text Example
White with #DAFE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE26; }
p { color: rgb(218,254,38); }
H1.HeaderClassName
{
color: #DAFE26;
}
.AnyTagClassName
{
color: #DAFE26;
}
</style>
background-color css
<style>
a { background-color: #DAFE26; }
a { background-color: rgb(218,254,38); }
div.DivClassName
{
background-color: #DAFE26;
}
.BgClassName
{
background-color: #DAFE26;
}
</style>
border-color css
<style>
span { border-color: #DAFE26; }
span { border-color: rgb(218,254,38); }
td.TdClassName
{
border-color: #DAFE26;
}
.TagClassName
{
border-color: #DAFE26;
}
</style>