Shades of Pear #D4FA47
Tints of Pear #D4FA47
RGB
CMYK
RGB Variations
Color information
#D4FA47 (or 0xD4FA47) is known color: Pear. HEX triplet: D4, FA and 47. RGB value is (212,250,71). Sum of RGB (Red+Green+Blue) = 212+250+71=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 71 (28.12% from 255 or 13.32% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FA47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4FA47 is #2B05B8. Grayscale: #DADADA. Windows color (decimal): -2819513 or 4717268. OLE color: 4717268.
HSL color Cylindrical-coordinate representation of color #D4FA47: hue angle of 72.74º 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 #D4FA47 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 71 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.02 |
| HSL | 72.74º | 0.95% | 0.63% | - |
| HSV(B) | 72.74º | 0.72% | 0.98% | - |
| XYZ | 62.47 | 82.82 | 18.65 | - |
| YUV | 218.23 | 44.91 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 71 | 0.15 | 0 | 0.72 | 0.02 | 72.74 | 0.95 | 0.63 |
| Hex | D4 | FA | 47 | F | 0 | 48 | 2 | 49 | 5F | 3F |
| Octal | 324 | 372 | 107 | 17 | 0 | 110 | 2 | 111 | 137 | 77 |
| Binary | 11010100 | 11111010 | 1000111 | 1111 | 0 | 1001000 | 10 | 1001001 | 1011111 | 111111 |
Color Harmonies of #D4FA47
Complementary color
Monochromatic Colors of #D4FA47
Black with #D4FA47
Text Example
Text Example
White with #D4FA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FA47; }
p { color: rgb(212,250,71); }
H1.HeaderClassName
{
color: #D4FA47;
}
.AnyTagClassName
{
color: #D4FA47;
}
</style>
background-color css
<style>
a { background-color: #D4FA47; }
a { background-color: rgb(212,250,71); }
div.DivClassName
{
background-color: #D4FA47;
}
.BgClassName
{
background-color: #D4FA47;
}
</style>
border-color css
<style>
span { border-color: #D4FA47; }
span { border-color: rgb(212,250,71); }
td.TdClassName
{
border-color: #D4FA47;
}
.TagClassName
{
border-color: #D4FA47;
}
</style>