Shades of Pear #CFFE47
Tints of Pear #CFFE47
RGB
CMYK
RGB Variations
Color information
#CFFE47 (or 0xCFFE47) is known color: Pear. HEX triplet: CF, FE and 47. RGB value is (207,254,71). Sum of RGB (Red+Green+Blue) = 207+254+71=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 71 (28.12% from 255 or 13.35% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE47 is #3001B8. Grayscale: #DBDBDB. Windows color (decimal): -3146169 or 4718287. OLE color: 4718287.
HSL color Cylindrical-coordinate representation of color #CFFE47: hue angle of 75.41º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFFE47 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 71 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.00 |
| HSL | 75.41º | 0.99% | 0.64% | - |
| HSV(B) | 75.41º | 0.72% | 1% | - |
| XYZ | 62.31 | 84.6 | 19.01 | - |
| YUV | 219.09 | 44.43 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 71 | 0.19 | 0 | 0.72 | 0.00 | 75.41 | 0.99 | 0.64 |
| Hex | CF | FE | 47 | 13 | 0 | 48 | 0 | 4B | 63 | 40 |
| Octal | 317 | 376 | 107 | 23 | 0 | 110 | 0 | 113 | 143 | 100 |
| Binary | 11001111 | 11111110 | 1000111 | 10011 | 0 | 1001000 | 0 | 1001011 | 1100011 | 1000000 |
Color Harmonies of #CFFE47
Complementary color
Monochromatic Colors of #CFFE47
Black with #CFFE47
Text Example
Text Example
White with #CFFE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE47; }
p { color: rgb(207,254,71); }
H1.HeaderClassName
{
color: #CFFE47;
}
.AnyTagClassName
{
color: #CFFE47;
}
</style>
background-color css
<style>
a { background-color: #CFFE47; }
a { background-color: rgb(207,254,71); }
div.DivClassName
{
background-color: #CFFE47;
}
.BgClassName
{
background-color: #CFFE47;
}
</style>
border-color css
<style>
span { border-color: #CFFE47; }
span { border-color: rgb(207,254,71); }
td.TdClassName
{
border-color: #CFFE47;
}
.TagClassName
{
border-color: #CFFE47;
}
</style>