Shades of Pear #D5FE47
Tints of Pear #D5FE47
RGB
CMYK
RGB Variations
Color information
#D5FE47 (or 0xD5FE47) is known color: Pear. HEX triplet: D5, FE and 47. RGB value is (213,254,71). Sum of RGB (Red+Green+Blue) = 213+254+71=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 71 (28.12% from 255 or 13.20% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FE47 is #2A01B8. Grayscale: #DDDDDD. Windows color (decimal): -2752953 or 4718293. OLE color: 4718293.
HSL color Cylindrical-coordinate representation of color #D5FE47: hue angle of 73.44º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5FE47 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 71 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.00 |
| HSL | 73.44º | 0.99% | 0.64% | - |
| HSV(B) | 73.44º | 0.72% | 1% | - |
| XYZ | 64.02 | 85.48 | 19.09 | - |
| YUV | 220.88 | 43.42 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 71 | 0.16 | 0 | 0.72 | 0.00 | 73.44 | 0.99 | 0.64 |
| Hex | D5 | FE | 47 | 10 | 0 | 48 | 0 | 49 | 63 | 40 |
| Octal | 325 | 376 | 107 | 20 | 0 | 110 | 0 | 111 | 143 | 100 |
| Binary | 11010101 | 11111110 | 1000111 | 10000 | 0 | 1001000 | 0 | 1001001 | 1100011 | 1000000 |
Color Harmonies of #D5FE47
Complementary color
Monochromatic Colors of #D5FE47
Black with #D5FE47
Text Example
Text Example
White with #D5FE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FE47; }
p { color: rgb(213,254,71); }
H1.HeaderClassName
{
color: #D5FE47;
}
.AnyTagClassName
{
color: #D5FE47;
}
</style>
background-color css
<style>
a { background-color: #D5FE47; }
a { background-color: rgb(213,254,71); }
div.DivClassName
{
background-color: #D5FE47;
}
.BgClassName
{
background-color: #D5FE47;
}
</style>
border-color css
<style>
span { border-color: #D5FE47; }
span { border-color: rgb(213,254,71); }
td.TdClassName
{
border-color: #D5FE47;
}
.TagClassName
{
border-color: #D5FE47;
}
</style>