Shades of Pear #CFFD47
Tints of Pear #CFFD47
RGB
CMYK
RGB Variations
Color information
#CFFD47 (or 0xCFFD47) is known color: Pear. HEX triplet: CF, FD and 47. RGB value is (207,253,71). Sum of RGB (Red+Green+Blue) = 207+253+71=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 71 (28.12% from 255 or 13.37% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFD47 is #3002B8. Grayscale: #DBDBDB. Windows color (decimal): -3146425 or 4718031. OLE color: 4718031.
HSL color Cylindrical-coordinate representation of color #CFFD47: hue angle of 75.16º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFFD47 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 71 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.01 |
| HSL | 75.16º | 0.98% | 0.64% | - |
| HSV(B) | 75.16º | 0.72% | 0.99% | - |
| XYZ | 61.99 | 83.97 | 18.9 | - |
| YUV | 218.5 | 44.76 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 71 | 0.18 | 0 | 0.72 | 0.01 | 75.16 | 0.98 | 0.64 |
| Hex | CF | FD | 47 | 12 | 0 | 48 | 1 | 4B | 62 | 40 |
| Octal | 317 | 375 | 107 | 22 | 0 | 110 | 1 | 113 | 142 | 100 |
| Binary | 11001111 | 11111101 | 1000111 | 10010 | 0 | 1001000 | 1 | 1001011 | 1100010 | 1000000 |
Color Harmonies of #CFFD47
Complementary color
Monochromatic Colors of #CFFD47
Black with #CFFD47
Text Example
Text Example
White with #CFFD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD47; }
p { color: rgb(207,253,71); }
H1.HeaderClassName
{
color: #CFFD47;
}
.AnyTagClassName
{
color: #CFFD47;
}
</style>
background-color css
<style>
a { background-color: #CFFD47; }
a { background-color: rgb(207,253,71); }
div.DivClassName
{
background-color: #CFFD47;
}
.BgClassName
{
background-color: #CFFD47;
}
</style>
border-color css
<style>
span { border-color: #CFFD47; }
span { border-color: rgb(207,253,71); }
td.TdClassName
{
border-color: #CFFD47;
}
.TagClassName
{
border-color: #CFFD47;
}
</style>