Shades of Pear #D5FF47
Tints of Pear #D5FF47
RGB
CMYK
RGB Variations
Color information
#D5FF47 (or 0xD5FF47) is known color: Pear. HEX triplet: D5, FF and 47. RGB value is (213,255,71). Sum of RGB (Red+Green+Blue) = 213+255+71=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 71 (28.12% from 255 or 13.17% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FF47 is #2A00B8. Grayscale: #DEDEDE. Windows color (decimal): -2752697 or 4718549. OLE color: 4718549.
HSL color Cylindrical-coordinate representation of color #D5FF47: hue angle of 73.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5FF47 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 71 | - |
| CMYK | 0.16 | 0 | 0.72 | 0 |
| HSL | 73.7º | 1% | 0.64% | - |
| HSV(B) | 73.7º | 0.72% | 1% | - |
| XYZ | 64.34 | 86.12 | 19.19 | - |
| YUV | 221.47 | 43.09 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 71 | 0.16 | 0 | 0.72 | 0 | 73.7 | 1 | 0.64 |
| Hex | D5 | FF | 47 | 10 | 0 | 48 | 0 | 4A | 64 | 40 |
| Octal | 325 | 377 | 107 | 20 | 0 | 110 | 0 | 112 | 144 | 100 |
| Binary | 11010101 | 11111111 | 1000111 | 10000 | 0 | 1001000 | 0 | 1001010 | 1100100 | 1000000 |
Color Harmonies of #D5FF47
Complementary color
Monochromatic Colors of #D5FF47
Black with #D5FF47
Text Example
Text Example
White with #D5FF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF47; }
p { color: rgb(213,255,71); }
H1.HeaderClassName
{
color: #D5FF47;
}
.AnyTagClassName
{
color: #D5FF47;
}
</style>
background-color css
<style>
a { background-color: #D5FF47; }
a { background-color: rgb(213,255,71); }
div.DivClassName
{
background-color: #D5FF47;
}
.BgClassName
{
background-color: #D5FF47;
}
</style>
border-color css
<style>
span { border-color: #D5FF47; }
span { border-color: rgb(213,255,71); }
td.TdClassName
{
border-color: #D5FF47;
}
.TagClassName
{
border-color: #D5FF47;
}
</style>