Shades of Pear #D8FE40
Tints of Pear #D8FE40
RGB
CMYK
RGB Variations
Color information
#D8FE40 (or 0xD8FE40) is known color: Pear. HEX triplet: D8, FE and 40. RGB value is (216,254,64). Sum of RGB (Red+Green+Blue) = 216+254+64=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FE40 is #2701BF. Grayscale: #DDDDDD. Windows color (decimal): -2556352 or 4259544. OLE color: 4259544.
HSL color Cylindrical-coordinate representation of color #D8FE40: hue angle of 72º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8FE40 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 254 | 64 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.00 |
| HSL | 72º | 0.99% | 0.62% | - |
| HSV(B) | 72º | 0.75% | 1% | - |
| XYZ | 64.69 | 85.85 | 18.01 | - |
| YUV | 220.98 | 39.41 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 254 | 64 | 0.15 | 0 | 0.75 | 0.00 | 72 | 0.99 | 0.62 |
| Hex | D8 | FE | 40 | F | 0 | 4B | 0 | 48 | 63 | 3E |
| Octal | 330 | 376 | 100 | 17 | 0 | 113 | 0 | 110 | 143 | 76 |
| Binary | 11011000 | 11111110 | 1000000 | 1111 | 0 | 1001011 | 0 | 1001000 | 1100011 | 111110 |
Color Harmonies of #D8FE40
Complementary color
Monochromatic Colors of #D8FE40
Black with #D8FE40
Text Example
Text Example
White with #D8FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FE40; }
p { color: rgb(216,254,64); }
H1.HeaderClassName
{
color: #D8FE40;
}
.AnyTagClassName
{
color: #D8FE40;
}
</style>
background-color css
<style>
a { background-color: #D8FE40; }
a { background-color: rgb(216,254,64); }
div.DivClassName
{
background-color: #D8FE40;
}
.BgClassName
{
background-color: #D8FE40;
}
</style>
border-color css
<style>
span { border-color: #D8FE40; }
span { border-color: rgb(216,254,64); }
td.TdClassName
{
border-color: #D8FE40;
}
.TagClassName
{
border-color: #D8FE40;
}
</style>