Shades of Pear #C2F12E
Tints of Pear #C2F12E
RGB
CMYK
RGB Variations
Color information
#C2F12E (or 0xC2F12E) is known color: Pear. HEX triplet: C2, F1 and 2E. RGB value is (194,241,46). Sum of RGB (Red+Green+Blue) = 194+241+46=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F12E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F12E is #3D0ED1. Grayscale: #CDCDCD. Windows color (decimal): -4001490 or 3076546. OLE color: 3076546.
HSL color Cylindrical-coordinate representation of color #C2F12E: hue angle of 74.46º degrees, saturation: 0.87, 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 #C2F12E is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 46 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.05 |
| HSL | 74.46º | 0.87% | 0.56% | - |
| HSV(B) | 74.46º | 0.81% | 0.95% | - |
| XYZ | 54.2 | 74.58 | 14.12 | - |
| YUV | 204.72 | 38.43 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 46 | 0.20 | 0 | 0.81 | 0.05 | 74.46 | 0.87 | 0.56 |
| Hex | C2 | F1 | 2E | 14 | 0 | 51 | 5 | 4A | 57 | 38 |
| Octal | 302 | 361 | 56 | 24 | 0 | 121 | 5 | 112 | 127 | 70 |
| Binary | 11000010 | 11110001 | 101110 | 10100 | 0 | 1010001 | 101 | 1001010 | 1010111 | 111000 |
Color Harmonies of #C2F12E
Complementary color
Monochromatic Colors of #C2F12E
Black with #C2F12E
Text Example
Text Example
White with #C2F12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F12E; }
p { color: rgb(194,241,46); }
H1.HeaderClassName
{
color: #C2F12E;
}
.AnyTagClassName
{
color: #C2F12E;
}
</style>
background-color css
<style>
a { background-color: #C2F12E; }
a { background-color: rgb(194,241,46); }
div.DivClassName
{
background-color: #C2F12E;
}
.BgClassName
{
background-color: #C2F12E;
}
</style>
border-color css
<style>
span { border-color: #C2F12E; }
span { border-color: rgb(194,241,46); }
td.TdClassName
{
border-color: #C2F12E;
}
.TagClassName
{
border-color: #C2F12E;
}
</style>