Shades of Pear #CFEC47
Tints of Pear #CFEC47
RGB
CMYK
RGB Variations
Color information
#CFEC47 (or 0xCFEC47) is known color: Pear. HEX triplet: CF, EC and 47. RGB value is (207,236,71). Sum of RGB (Red+Green+Blue) = 207+236+71=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 71 (28.12% from 255 or 13.81% from 514); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC47 is #3013B8. Grayscale: #D1D1D1. Windows color (decimal): -3150777 or 4713679. OLE color: 4713679.
HSL color Cylindrical-coordinate representation of color #CFEC47: hue angle of 70.55º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFEC47 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 71 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.07 |
| HSL | 70.55º | 0.81% | 0.6% | - |
| HSV(B) | 70.55º | 0.7% | 0.93% | - |
| XYZ | 56.86 | 73.71 | 17.19 | - |
| YUV | 208.52 | 50.39 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 71 | 0.12 | 0 | 0.70 | 0.07 | 70.55 | 0.81 | 0.6 |
| Hex | CF | EC | 47 | C | 0 | 46 | 7 | 47 | 51 | 3C |
| Octal | 317 | 354 | 107 | 14 | 0 | 106 | 7 | 107 | 121 | 74 |
| Binary | 11001111 | 11101100 | 1000111 | 1100 | 0 | 1000110 | 111 | 1000111 | 1010001 | 111100 |
Color Harmonies of #CFEC47
Complementary color
Monochromatic Colors of #CFEC47
Black with #CFEC47
Text Example
Text Example
White with #CFEC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC47; }
p { color: rgb(207,236,71); }
H1.HeaderClassName
{
color: #CFEC47;
}
.AnyTagClassName
{
color: #CFEC47;
}
</style>
background-color css
<style>
a { background-color: #CFEC47; }
a { background-color: rgb(207,236,71); }
div.DivClassName
{
background-color: #CFEC47;
}
.BgClassName
{
background-color: #CFEC47;
}
</style>
border-color css
<style>
span { border-color: #CFEC47; }
span { border-color: rgb(207,236,71); }
td.TdClassName
{
border-color: #CFEC47;
}
.TagClassName
{
border-color: #CFEC47;
}
</style>