Shades of Pear #D4F247
Tints of Pear #D4F247
RGB
CMYK
RGB Variations
Color information
#D4F247 (or 0xD4F247) is known color: Pear. HEX triplet: D4, F2 and 47. RGB value is (212,242,71). Sum of RGB (Red+Green+Blue) = 212+242+71=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 71 (28.12% from 255 or 13.52% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F247 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D4F247 is #2B0DB8. Grayscale: #D6D6D6. Windows color (decimal): -2821561 or 4715220. OLE color: 4715220.
HSL color Cylindrical-coordinate representation of color #D4F247: hue angle of 70.53º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4F247 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 71 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.05 |
| HSL | 70.53º | 0.87% | 0.61% | - |
| HSV(B) | 70.53º | 0.71% | 0.95% | - |
| XYZ | 60.04 | 77.96 | 17.84 | - |
| YUV | 213.54 | 47.56 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 71 | 0.12 | 0 | 0.71 | 0.05 | 70.53 | 0.87 | 0.61 |
| Hex | D4 | F2 | 47 | C | 0 | 47 | 5 | 47 | 57 | 3D |
| Octal | 324 | 362 | 107 | 14 | 0 | 107 | 5 | 107 | 127 | 75 |
| Binary | 11010100 | 11110010 | 1000111 | 1100 | 0 | 1000111 | 101 | 1000111 | 1010111 | 111101 |
Color Harmonies of #D4F247
Complementary color
Monochromatic Colors of #D4F247
Black with #D4F247
Text Example
Text Example
White with #D4F247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F247; }
p { color: rgb(212,242,71); }
H1.HeaderClassName
{
color: #D4F247;
}
.AnyTagClassName
{
color: #D4F247;
}
</style>
background-color css
<style>
a { background-color: #D4F247; }
a { background-color: rgb(212,242,71); }
div.DivClassName
{
background-color: #D4F247;
}
.BgClassName
{
background-color: #D4F247;
}
</style>
border-color css
<style>
span { border-color: #D4F247; }
span { border-color: rgb(212,242,71); }
td.TdClassName
{
border-color: #D4F247;
}
.TagClassName
{
border-color: #D4F247;
}
</style>