Shades of Pear #D5FA2E
Tints of Pear #D5FA2E
RGB
CMYK
RGB Variations
Color information
#D5FA2E (or 0xD5FA2E) is known color: Pear. HEX triplet: D5, FA and 2E. RGB value is (213,250,46). Sum of RGB (Red+Green+Blue) = 213+250+46=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 46 (18.36% from 255 or 9.04% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FA2E is #2A05D1. Grayscale: #D8D8D8. Windows color (decimal): -2754002 or 3078869. OLE color: 3078869.
HSL color Cylindrical-coordinate representation of color #D5FA2E: hue angle of 70.88º 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 #D5FA2E is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 46 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.02 |
| HSL | 70.88º | 0.95% | 0.58% | - |
| HSV(B) | 70.88º | 0.82% | 0.98% | - |
| XYZ | 62.12 | 82.71 | 15.28 | - |
| YUV | 215.68 | 32.24 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 46 | 0.15 | 0 | 0.82 | 0.02 | 70.88 | 0.95 | 0.58 |
| Hex | D5 | FA | 2E | F | 0 | 52 | 2 | 47 | 5F | 3A |
| Octal | 325 | 372 | 56 | 17 | 0 | 122 | 2 | 107 | 137 | 72 |
| Binary | 11010101 | 11111010 | 101110 | 1111 | 0 | 1010010 | 10 | 1000111 | 1011111 | 111010 |
Color Harmonies of #D5FA2E
Complementary color
Monochromatic Colors of #D5FA2E
Black with #D5FA2E
Text Example
Text Example
White with #D5FA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA2E; }
p { color: rgb(213,250,46); }
H1.HeaderClassName
{
color: #D5FA2E;
}
.AnyTagClassName
{
color: #D5FA2E;
}
</style>
background-color css
<style>
a { background-color: #D5FA2E; }
a { background-color: rgb(213,250,46); }
div.DivClassName
{
background-color: #D5FA2E;
}
.BgClassName
{
background-color: #D5FA2E;
}
</style>
border-color css
<style>
span { border-color: #D5FA2E; }
span { border-color: rgb(213,250,46); }
td.TdClassName
{
border-color: #D5FA2E;
}
.TagClassName
{
border-color: #D5FA2E;
}
</style>