Shades of Pear #D8FA2E
Tints of Pear #D8FA2E
RGB
CMYK
RGB Variations
Color information
#D8FA2E (or 0xD8FA2E) is known color: Pear. HEX triplet: D8, FA and 2E. RGB value is (216,250,46). Sum of RGB (Red+Green+Blue) = 216+250+46=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 46 (18.36% from 255 or 8.98% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FA2E is #2705D1. Grayscale: #D9D9D9. Windows color (decimal): -2557394 or 3078872. OLE color: 3078872.
HSL color Cylindrical-coordinate representation of color #D8FA2E: hue angle of 70º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D8FA2E is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 46 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.02 |
| HSL | 70º | 0.95% | 0.58% | - |
| HSV(B) | 70º | 0.82% | 0.98% | - |
| XYZ | 63 | 83.17 | 15.32 | - |
| YUV | 216.58 | 31.74 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 46 | 0.14 | 0 | 0.82 | 0.02 | 70 | 0.95 | 0.58 |
| Hex | D8 | FA | 2E | E | 0 | 52 | 2 | 46 | 5F | 3A |
| Octal | 330 | 372 | 56 | 16 | 0 | 122 | 2 | 106 | 137 | 72 |
| Binary | 11011000 | 11111010 | 101110 | 1110 | 0 | 1010010 | 10 | 1000110 | 1011111 | 111010 |
Color Harmonies of #D8FA2E
Complementary color
Monochromatic Colors of #D8FA2E
Black with #D8FA2E
Text Example
Text Example
White with #D8FA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FA2E; }
p { color: rgb(216,250,46); }
H1.HeaderClassName
{
color: #D8FA2E;
}
.AnyTagClassName
{
color: #D8FA2E;
}
</style>
background-color css
<style>
a { background-color: #D8FA2E; }
a { background-color: rgb(216,250,46); }
div.DivClassName
{
background-color: #D8FA2E;
}
.BgClassName
{
background-color: #D8FA2E;
}
</style>
border-color css
<style>
span { border-color: #D8FA2E; }
span { border-color: rgb(216,250,46); }
td.TdClassName
{
border-color: #D8FA2E;
}
.TagClassName
{
border-color: #D8FA2E;
}
</style>