Shades of Pear #D8FE26
Tints of Pear #D8FE26
RGB
CMYK
RGB Variations
Color information
#D8FE26 (or 0xD8FE26) is known color: Pear. HEX triplet: D8, FE and 26. RGB value is (216,254,38). Sum of RGB (Red+Green+Blue) = 216+254+38=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 38 (15.23% from 255 or 7.48% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FE26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FE26 is #2701D9. Grayscale: #DADADA. Windows color (decimal): -2556378 or 2555608. OLE color: 2555608.
HSL color Cylindrical-coordinate representation of color #D8FE26: hue angle of 70.56º 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 #D8FE26 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 254 | 38 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.00 |
| HSL | 70.56º | 0.99% | 0.57% | - |
| HSV(B) | 70.56º | 0.85% | 1% | - |
| XYZ | 64.11 | 85.62 | 14.98 | - |
| YUV | 218.01 | 26.41 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 254 | 38 | 0.15 | 0 | 0.85 | 0.00 | 70.56 | 0.99 | 0.57 |
| Hex | D8 | FE | 26 | F | 0 | 55 | 0 | 47 | 63 | 39 |
| Octal | 330 | 376 | 46 | 17 | 0 | 125 | 0 | 107 | 143 | 71 |
| Binary | 11011000 | 11111110 | 100110 | 1111 | 0 | 1010101 | 0 | 1000111 | 1100011 | 111001 |
Color Harmonies of #D8FE26
Complementary color
Monochromatic Colors of #D8FE26
Black with #D8FE26
Text Example
Text Example
White with #D8FE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FE26; }
p { color: rgb(216,254,38); }
H1.HeaderClassName
{
color: #D8FE26;
}
.AnyTagClassName
{
color: #D8FE26;
}
</style>
background-color css
<style>
a { background-color: #D8FE26; }
a { background-color: rgb(216,254,38); }
div.DivClassName
{
background-color: #D8FE26;
}
.BgClassName
{
background-color: #D8FE26;
}
</style>
border-color css
<style>
span { border-color: #D8FE26; }
span { border-color: rgb(216,254,38); }
td.TdClassName
{
border-color: #D8FE26;
}
.TagClassName
{
border-color: #D8FE26;
}
</style>