Shades of Pear #CFF220
Tints of Pear #CFF220
RGB
CMYK
RGB Variations
Color information
#CFF220 (or 0xCFF220) is known color: Pear. HEX triplet: CF, F2 and 20. RGB value is (207,242,32). Sum of RGB (Red+Green+Blue) = 207+242+32=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 32 (12.89% from 255 or 6.65% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF220 is #300DDF. Grayscale: #D0D0D0. Windows color (decimal): -3149280 or 2159311. OLE color: 2159311.
HSL color Cylindrical-coordinate representation of color #CFF220: hue angle of 70º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFF220 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 242 | 32 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.05 |
| HSL | 70º | 0.89% | 0.54% | - |
| HSV(B) | 70º | 0.87% | 0.95% | - |
| XYZ | 57.74 | 76.87 | 13.16 | - |
| YUV | 207.6 | 28.9 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 242 | 32 | 0.14 | 0 | 0.87 | 0.05 | 70 | 0.89 | 0.54 |
| Hex | CF | F2 | 20 | E | 0 | 57 | 5 | 46 | 59 | 36 |
| Octal | 317 | 362 | 40 | 16 | 0 | 127 | 5 | 106 | 131 | 66 |
| Binary | 11001111 | 11110010 | 100000 | 1110 | 0 | 1010111 | 101 | 1000110 | 1011001 | 110110 |
Color Harmonies of #CFF220
Complementary color
Monochromatic Colors of #CFF220
Black with #CFF220
Text Example
Text Example
White with #CFF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF220; }
p { color: rgb(207,242,32); }
H1.HeaderClassName
{
color: #CFF220;
}
.AnyTagClassName
{
color: #CFF220;
}
</style>
background-color css
<style>
a { background-color: #CFF220; }
a { background-color: rgb(207,242,32); }
div.DivClassName
{
background-color: #CFF220;
}
.BgClassName
{
background-color: #CFF220;
}
</style>
border-color css
<style>
span { border-color: #CFF220; }
span { border-color: rgb(207,242,32); }
td.TdClassName
{
border-color: #CFF220;
}
.TagClassName
{
border-color: #CFF220;
}
</style>