Shades of Pear #CFED47
Tints of Pear #CFED47
RGB
CMYK
RGB Variations
Color information
#CFED47 (or 0xCFED47) is known color: Pear. HEX triplet: CF, ED and 47. RGB value is (207,237,71). Sum of RGB (Red+Green+Blue) = 207+237+71=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 71 (28.12% from 255 or 13.79% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFED47 is #3012B8. Grayscale: #D1D1D1. Windows color (decimal): -3150521 or 4713935. OLE color: 4713935.
HSL color Cylindrical-coordinate representation of color #CFED47: hue angle of 70.84º degrees, saturation: 0.82, 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 #CFED47 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 71 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.07 |
| HSL | 70.84º | 0.82% | 0.6% | - |
| HSV(B) | 70.84º | 0.7% | 0.93% | - |
| XYZ | 57.15 | 74.29 | 17.29 | - |
| YUV | 209.11 | 50.06 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 71 | 0.13 | 0 | 0.70 | 0.07 | 70.84 | 0.82 | 0.6 |
| Hex | CF | ED | 47 | D | 0 | 46 | 7 | 47 | 52 | 3C |
| Octal | 317 | 355 | 107 | 15 | 0 | 106 | 7 | 107 | 122 | 74 |
| Binary | 11001111 | 11101101 | 1000111 | 1101 | 0 | 1000110 | 111 | 1000111 | 1010010 | 111100 |
Color Harmonies of #CFED47
Complementary color
Monochromatic Colors of #CFED47
Black with #CFED47
Text Example
Text Example
White with #CFED47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED47; }
p { color: rgb(207,237,71); }
H1.HeaderClassName
{
color: #CFED47;
}
.AnyTagClassName
{
color: #CFED47;
}
</style>
background-color css
<style>
a { background-color: #CFED47; }
a { background-color: rgb(207,237,71); }
div.DivClassName
{
background-color: #CFED47;
}
.BgClassName
{
background-color: #CFED47;
}
</style>
border-color css
<style>
span { border-color: #CFED47; }
span { border-color: rgb(207,237,71); }
td.TdClassName
{
border-color: #CFED47;
}
.TagClassName
{
border-color: #CFED47;
}
</style>