Shades of Pear #CFFC49
Tints of Pear #CFFC49
RGB
CMYK
RGB Variations
Color information
#CFFC49 (or 0xCFFC49) is known color: Pear. HEX triplet: CF, FC and 49. RGB value is (207,252,73). Sum of RGB (Red+Green+Blue) = 207+252+73=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 73 (28.91% from 255 or 13.72% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC49 is #3003B6. Grayscale: #DADADA. Windows color (decimal): -3146679 or 4848847. OLE color: 4848847.
HSL color Cylindrical-coordinate representation of color #CFFC49: hue angle of 75.08º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFFC49 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 73 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.01 |
| HSL | 75.08º | 0.97% | 0.64% | - |
| HSV(B) | 75.08º | 0.71% | 0.99% | - |
| XYZ | 61.75 | 83.37 | 19.14 | - |
| YUV | 218.14 | 46.09 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 73 | 0.18 | 0 | 0.71 | 0.01 | 75.08 | 0.97 | 0.64 |
| Hex | CF | FC | 49 | 12 | 0 | 47 | 1 | 4B | 61 | 40 |
| Octal | 317 | 374 | 111 | 22 | 0 | 107 | 1 | 113 | 141 | 100 |
| Binary | 11001111 | 11111100 | 1001001 | 10010 | 0 | 1000111 | 1 | 1001011 | 1100001 | 1000000 |
Color Harmonies of #CFFC49
Complementary color
Monochromatic Colors of #CFFC49
Black with #CFFC49
Text Example
Text Example
White with #CFFC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC49; }
p { color: rgb(207,252,73); }
H1.HeaderClassName
{
color: #CFFC49;
}
.AnyTagClassName
{
color: #CFFC49;
}
</style>
background-color css
<style>
a { background-color: #CFFC49; }
a { background-color: rgb(207,252,73); }
div.DivClassName
{
background-color: #CFFC49;
}
.BgClassName
{
background-color: #CFFC49;
}
</style>
border-color css
<style>
span { border-color: #CFFC49; }
span { border-color: rgb(207,252,73); }
td.TdClassName
{
border-color: #CFFC49;
}
.TagClassName
{
border-color: #CFFC49;
}
</style>