Shades of Pear #C6F221
Tints of Pear #C6F221
RGB
CMYK
RGB Variations
Color information
#C6F221 (or 0xC6F221) is known color: Pear. HEX triplet: C6, F2 and 21. RGB value is (198,242,33). Sum of RGB (Red+Green+Blue) = 198+242+33=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 33 (13.28% from 255 or 6.98% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F221 is #390DDE. Grayscale: #CDCDCD. Windows color (decimal): -3739103 or 2224838. OLE color: 2224838.
HSL color Cylindrical-coordinate representation of color #C6F221: hue angle of 72.63º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6F221 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 33 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.05 |
| HSL | 72.63º | 0.89% | 0.54% | - |
| HSV(B) | 72.63º | 0.86% | 0.95% | - |
| XYZ | 55.32 | 75.62 | 13.12 | - |
| YUV | 205.02 | 30.92 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 33 | 0.18 | 0 | 0.86 | 0.05 | 72.63 | 0.89 | 0.54 |
| Hex | C6 | F2 | 21 | 12 | 0 | 56 | 5 | 49 | 59 | 36 |
| Octal | 306 | 362 | 41 | 22 | 0 | 126 | 5 | 111 | 131 | 66 |
| Binary | 11000110 | 11110010 | 100001 | 10010 | 0 | 1010110 | 101 | 1001001 | 1011001 | 110110 |
Color Harmonies of #C6F221
Complementary color
Monochromatic Colors of #C6F221
Black with #C6F221
Text Example
Text Example
White with #C6F221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F221; }
p { color: rgb(198,242,33); }
H1.HeaderClassName
{
color: #C6F221;
}
.AnyTagClassName
{
color: #C6F221;
}
</style>
background-color css
<style>
a { background-color: #C6F221; }
a { background-color: rgb(198,242,33); }
div.DivClassName
{
background-color: #C6F221;
}
.BgClassName
{
background-color: #C6F221;
}
</style>
border-color css
<style>
span { border-color: #C6F221; }
span { border-color: rgb(198,242,33); }
td.TdClassName
{
border-color: #C6F221;
}
.TagClassName
{
border-color: #C6F221;
}
</style>