Shades of Pear #DAFF26
Tints of Pear #DAFF26
RGB
CMYK
RGB Variations
Color information
#DAFF26 (or 0xDAFF26) is known color: Pear. HEX triplet: DA, FF and 26. RGB value is (218,255,38). Sum of RGB (Red+Green+Blue) = 218+255+38=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 38 (15.23% from 255 or 7.44% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFF26 is #2500D9. Grayscale: #DCDCDC. Windows color (decimal): -2425050 or 2555866. OLE color: 2555866.
HSL color Cylindrical-coordinate representation of color #DAFF26: hue angle of 70.23º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DAFF26 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 218 | 255 | 38 | - |
| CMYK | 0.15 | 0 | 0.85 | 0 |
| HSL | 70.23º | 1% | 0.57% | - |
| HSV(B) | 70.23º | 0.85% | 1% | - |
| XYZ | 65.02 | 86.57 | 15.12 | - |
| YUV | 219.2 | 25.74 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 255 | 38 | 0.15 | 0 | 0.85 | 0 | 70.23 | 1 | 0.57 |
| Hex | DA | FF | 26 | F | 0 | 55 | 0 | 46 | 64 | 39 |
| Octal | 332 | 377 | 46 | 17 | 0 | 125 | 0 | 106 | 144 | 71 |
| Binary | 11011010 | 11111111 | 100110 | 1111 | 0 | 1010101 | 0 | 1000110 | 1100100 | 111001 |
Color Harmonies of #DAFF26
Complementary color
Monochromatic Colors of #DAFF26
Black with #DAFF26
Text Example
Text Example
White with #DAFF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFF26; }
p { color: rgb(218,255,38); }
H1.HeaderClassName
{
color: #DAFF26;
}
.AnyTagClassName
{
color: #DAFF26;
}
</style>
background-color css
<style>
a { background-color: #DAFF26; }
a { background-color: rgb(218,255,38); }
div.DivClassName
{
background-color: #DAFF26;
}
.BgClassName
{
background-color: #DAFF26;
}
</style>
border-color css
<style>
span { border-color: #DAFF26; }
span { border-color: rgb(218,255,38); }
td.TdClassName
{
border-color: #DAFF26;
}
.TagClassName
{
border-color: #DAFF26;
}
</style>