Shades of Pear #C6F220
Tints of Pear #C6F220
RGB
CMYK
RGB Variations
Color information
#C6F220 (or 0xC6F220) is known color: Pear. HEX triplet: C6, F2 and 20. RGB value is (198,242,32). Sum of RGB (Red+Green+Blue) = 198+242+32=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 32 (12.89% from 255 or 6.78% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F220 is #390DDF. Grayscale: #CDCDCD. Windows color (decimal): -3739104 or 2159302. OLE color: 2159302.
HSL color Cylindrical-coordinate representation of color #C6F220: hue angle of 72.57º 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 #C6F220 is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 32 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.05 |
| HSL | 72.57º | 0.89% | 0.54% | - |
| HSV(B) | 72.57º | 0.87% | 0.95% | - |
| XYZ | 55.3 | 75.61 | 13.05 | - |
| YUV | 204.9 | 30.42 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 32 | 0.18 | 0 | 0.87 | 0.05 | 72.57 | 0.89 | 0.54 |
| Hex | C6 | F2 | 20 | 12 | 0 | 57 | 5 | 49 | 59 | 36 |
| Octal | 306 | 362 | 40 | 22 | 0 | 127 | 5 | 111 | 131 | 66 |
| Binary | 11000110 | 11110010 | 100000 | 10010 | 0 | 1010111 | 101 | 1001001 | 1011001 | 110110 |
Color Harmonies of #C6F220
Complementary color
Monochromatic Colors of #C6F220
Black with #C6F220
Text Example
Text Example
White with #C6F220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F220; }
p { color: rgb(198,242,32); }
H1.HeaderClassName
{
color: #C6F220;
}
.AnyTagClassName
{
color: #C6F220;
}
</style>
background-color css
<style>
a { background-color: #C6F220; }
a { background-color: rgb(198,242,32); }
div.DivClassName
{
background-color: #C6F220;
}
.BgClassName
{
background-color: #C6F220;
}
</style>
border-color css
<style>
span { border-color: #C6F220; }
span { border-color: rgb(198,242,32); }
td.TdClassName
{
border-color: #C6F220;
}
.TagClassName
{
border-color: #C6F220;
}
</style>