Shades of Pear #C2F22E
Tints of Pear #C2F22E
RGB
CMYK
RGB Variations
Color information
#C2F22E (or 0xC2F22E) is known color: Pear. HEX triplet: C2, F2 and 2E. RGB value is (194,242,46). Sum of RGB (Red+Green+Blue) = 194+242+46=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 46 (18.36% from 255 or 9.54% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F22E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F22E is #3D0DD1. Grayscale: #CECECE. Windows color (decimal): -4001234 or 3076802. OLE color: 3076802.
HSL color Cylindrical-coordinate representation of color #C2F22E: hue angle of 74.69º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2F22E is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 46 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.05 |
| HSL | 74.69º | 0.88% | 0.56% | - |
| HSV(B) | 74.69º | 0.81% | 0.95% | - |
| XYZ | 54.49 | 75.17 | 14.22 | - |
| YUV | 205.3 | 38.1 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 46 | 0.20 | 0 | 0.81 | 0.05 | 74.69 | 0.88 | 0.56 |
| Hex | C2 | F2 | 2E | 14 | 0 | 51 | 5 | 4B | 58 | 38 |
| Octal | 302 | 362 | 56 | 24 | 0 | 121 | 5 | 113 | 130 | 70 |
| Binary | 11000010 | 11110010 | 101110 | 10100 | 0 | 1010001 | 101 | 1001011 | 1011000 | 111000 |
Color Harmonies of #C2F22E
Complementary color
Monochromatic Colors of #C2F22E
Black with #C2F22E
Text Example
Text Example
White with #C2F22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F22E; }
p { color: rgb(194,242,46); }
H1.HeaderClassName
{
color: #C2F22E;
}
.AnyTagClassName
{
color: #C2F22E;
}
</style>
background-color css
<style>
a { background-color: #C2F22E; }
a { background-color: rgb(194,242,46); }
div.DivClassName
{
background-color: #C2F22E;
}
.BgClassName
{
background-color: #C2F22E;
}
</style>
border-color css
<style>
span { border-color: #C2F22E; }
span { border-color: rgb(194,242,46); }
td.TdClassName
{
border-color: #C2F22E;
}
.TagClassName
{
border-color: #C2F22E;
}
</style>