Shades of Pear #C5F222
Tints of Pear #C5F222
RGB
CMYK
RGB Variations
Color information
#C5F222 (or 0xC5F222) is known color: Pear. HEX triplet: C5, F2 and 22. RGB value is (197,242,34). Sum of RGB (Red+Green+Blue) = 197+242+34=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 34 (13.67% from 255 or 7.19% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F222 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F222 is #3A0DDD. Grayscale: #CDCDCD. Windows color (decimal): -3804638 or 2290373. OLE color: 2290373.
HSL color Cylindrical-coordinate representation of color #C5F222: hue angle of 72.98º 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 #C5F222 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 34 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.05 |
| HSL | 72.98º | 0.89% | 0.54% | - |
| HSV(B) | 72.98º | 0.86% | 0.95% | - |
| XYZ | 55.07 | 75.49 | 13.18 | - |
| YUV | 204.83 | 31.59 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 34 | 0.19 | 0 | 0.86 | 0.05 | 72.98 | 0.89 | 0.54 |
| Hex | C5 | F2 | 22 | 13 | 0 | 56 | 5 | 49 | 59 | 36 |
| Octal | 305 | 362 | 42 | 23 | 0 | 126 | 5 | 111 | 131 | 66 |
| Binary | 11000101 | 11110010 | 100010 | 10011 | 0 | 1010110 | 101 | 1001001 | 1011001 | 110110 |
Color Harmonies of #C5F222
Complementary color
Monochromatic Colors of #C5F222
Black with #C5F222
Text Example
Text Example
White with #C5F222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F222; }
p { color: rgb(197,242,34); }
H1.HeaderClassName
{
color: #C5F222;
}
.AnyTagClassName
{
color: #C5F222;
}
</style>
background-color css
<style>
a { background-color: #C5F222; }
a { background-color: rgb(197,242,34); }
div.DivClassName
{
background-color: #C5F222;
}
.BgClassName
{
background-color: #C5F222;
}
</style>
border-color css
<style>
span { border-color: #C5F222; }
span { border-color: rgb(197,242,34); }
td.TdClassName
{
border-color: #C5F222;
}
.TagClassName
{
border-color: #C5F222;
}
</style>