Shades of Pear #D5FA47
Tints of Pear #D5FA47
RGB
CMYK
RGB Variations
Color information
#D5FA47 (or 0xD5FA47) is known color: Pear. HEX triplet: D5, FA and 47. RGB value is (213,250,71). Sum of RGB (Red+Green+Blue) = 213+250+71=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 250 (98.05% from 255 or 46.82% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5FA47 is #2A05B8. Grayscale: #DBDBDB. Windows color (decimal): -2753977 or 4717269. OLE color: 4717269.
HSL color Cylindrical-coordinate representation of color #D5FA47: hue angle of 72.4º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5FA47 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 250 | 71 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.02 |
| HSL | 72.4º | 0.95% | 0.63% | - |
| HSV(B) | 72.4º | 0.72% | 0.98% | - |
| XYZ | 62.76 | 82.97 | 18.67 | - |
| YUV | 218.53 | 44.74 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 250 | 71 | 0.15 | 0 | 0.72 | 0.02 | 72.4 | 0.95 | 0.63 |
| Hex | D5 | FA | 47 | F | 0 | 48 | 2 | 48 | 5F | 3F |
| Octal | 325 | 372 | 107 | 17 | 0 | 110 | 2 | 110 | 137 | 77 |
| Binary | 11010101 | 11111010 | 1000111 | 1111 | 0 | 1001000 | 10 | 1001000 | 1011111 | 111111 |
Color Harmonies of #D5FA47
Complementary color
Monochromatic Colors of #D5FA47
Black with #D5FA47
Text Example
Text Example
White with #D5FA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FA47; }
p { color: rgb(213,250,71); }
H1.HeaderClassName
{
color: #D5FA47;
}
.AnyTagClassName
{
color: #D5FA47;
}
</style>
background-color css
<style>
a { background-color: #D5FA47; }
a { background-color: rgb(213,250,71); }
div.DivClassName
{
background-color: #D5FA47;
}
.BgClassName
{
background-color: #D5FA47;
}
</style>
border-color css
<style>
span { border-color: #D5FA47; }
span { border-color: rgb(213,250,71); }
td.TdClassName
{
border-color: #D5FA47;
}
.TagClassName
{
border-color: #D5FA47;
}
</style>