Shades of Pear #CFFF47
Tints of Pear #CFFF47
RGB
CMYK
RGB Variations
Color information
#CFFF47 (or 0xCFFF47) is known color: Pear. HEX triplet: CF, FF and 47. RGB value is (207,255,71). Sum of RGB (Red+Green+Blue) = 207+255+71=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 71 (28.12% from 255 or 13.32% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFF47 is #3000B8. Grayscale: #DCDCDC. Windows color (decimal): -3145913 or 4718543. OLE color: 4718543.
HSL color Cylindrical-coordinate representation of color #CFFF47: hue angle of 75.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFFF47 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 71 | - |
| CMYK | 0.19 | 0 | 0.72 | 0 |
| HSL | 75.65º | 1% | 0.64% | - |
| HSV(B) | 75.65º | 0.72% | 1% | - |
| XYZ | 62.63 | 85.24 | 19.11 | - |
| YUV | 219.67 | 44.1 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 71 | 0.19 | 0 | 0.72 | 0 | 75.65 | 1 | 0.64 |
| Hex | CF | FF | 47 | 13 | 0 | 48 | 0 | 4C | 64 | 40 |
| Octal | 317 | 377 | 107 | 23 | 0 | 110 | 0 | 114 | 144 | 100 |
| Binary | 11001111 | 11111111 | 1000111 | 10011 | 0 | 1001000 | 0 | 1001100 | 1100100 | 1000000 |
Color Harmonies of #CFFF47
Complementary color
Monochromatic Colors of #CFFF47
Black with #CFFF47
Text Example
Text Example
White with #CFFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF47; }
p { color: rgb(207,255,71); }
H1.HeaderClassName
{
color: #CFFF47;
}
.AnyTagClassName
{
color: #CFFF47;
}
</style>
background-color css
<style>
a { background-color: #CFFF47; }
a { background-color: rgb(207,255,71); }
div.DivClassName
{
background-color: #CFFF47;
}
.BgClassName
{
background-color: #CFFF47;
}
</style>
border-color css
<style>
span { border-color: #CFFF47; }
span { border-color: rgb(207,255,71); }
td.TdClassName
{
border-color: #CFFF47;
}
.TagClassName
{
border-color: #CFFF47;
}
</style>