Shades of Pear #CFFC4C
Tints of Pear #CFFC4C
RGB
CMYK
RGB Variations
Color information
#CFFC4C (or 0xCFFC4C) is known color: Pear. HEX triplet: CF, FC and 4C. RGB value is (207,252,76). Sum of RGB (Red+Green+Blue) = 207+252+76=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 76 (30.08% from 255 or 14.21% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC4C is #3003B3. Grayscale: #DBDBDB. Windows color (decimal): -3146676 or 5045455. OLE color: 5045455.
HSL color Cylindrical-coordinate representation of color #CFFC4C: hue angle of 75.34º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFFC4C is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 76 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.01 |
| HSL | 75.34º | 0.97% | 0.64% | - |
| HSV(B) | 75.34º | 0.7% | 0.99% | - |
| XYZ | 61.85 | 83.41 | 19.68 | - |
| YUV | 218.48 | 47.59 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 76 | 0.18 | 0 | 0.70 | 0.01 | 75.34 | 0.97 | 0.64 |
| Hex | CF | FC | 4C | 12 | 0 | 46 | 1 | 4B | 61 | 40 |
| Octal | 317 | 374 | 114 | 22 | 0 | 106 | 1 | 113 | 141 | 100 |
| Binary | 11001111 | 11111100 | 1001100 | 10010 | 0 | 1000110 | 1 | 1001011 | 1100001 | 1000000 |
Color Harmonies of #CFFC4C
Complementary color
Monochromatic Colors of #CFFC4C
Black with #CFFC4C
Text Example
Text Example
White with #CFFC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC4C; }
p { color: rgb(207,252,76); }
H1.HeaderClassName
{
color: #CFFC4C;
}
.AnyTagClassName
{
color: #CFFC4C;
}
</style>
background-color css
<style>
a { background-color: #CFFC4C; }
a { background-color: rgb(207,252,76); }
div.DivClassName
{
background-color: #CFFC4C;
}
.BgClassName
{
background-color: #CFFC4C;
}
</style>
border-color css
<style>
span { border-color: #CFFC4C; }
span { border-color: rgb(207,252,76); }
td.TdClassName
{
border-color: #CFFC4C;
}
.TagClassName
{
border-color: #CFFC4C;
}
</style>