Shades of Pear #C2F137
Tints of Pear #C2F137
RGB
CMYK
RGB Variations
Color information
#C2F137 (or 0xC2F137) is known color: Pear. HEX triplet: C2, F1 and 37. RGB value is (194,241,55). Sum of RGB (Red+Green+Blue) = 194+241+55=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 55 (21.88% from 255 or 11.22% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F137 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F137 is #3D0EC8. Grayscale: #CECECE. Windows color (decimal): -4001481 or 3666370. OLE color: 3666370.
HSL color Cylindrical-coordinate representation of color #C2F137: hue angle of 75.16º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2F137 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 55 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.05 |
| HSL | 75.16º | 0.87% | 0.58% | - |
| HSV(B) | 75.16º | 0.77% | 0.95% | - |
| XYZ | 54.39 | 74.66 | 15.16 | - |
| YUV | 205.74 | 42.93 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 55 | 0.20 | 0 | 0.77 | 0.05 | 75.16 | 0.87 | 0.58 |
| Hex | C2 | F1 | 37 | 14 | 0 | 4D | 5 | 4B | 57 | 3A |
| Octal | 302 | 361 | 67 | 24 | 0 | 115 | 5 | 113 | 127 | 72 |
| Binary | 11000010 | 11110001 | 110111 | 10100 | 0 | 1001101 | 101 | 1001011 | 1010111 | 111010 |
Color Harmonies of #C2F137
Complementary color
Monochromatic Colors of #C2F137
Black with #C2F137
Text Example
Text Example
White with #C2F137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F137; }
p { color: rgb(194,241,55); }
H1.HeaderClassName
{
color: #C2F137;
}
.AnyTagClassName
{
color: #C2F137;
}
</style>
background-color css
<style>
a { background-color: #C2F137; }
a { background-color: rgb(194,241,55); }
div.DivClassName
{
background-color: #C2F137;
}
.BgClassName
{
background-color: #C2F137;
}
</style>
border-color css
<style>
span { border-color: #C2F137; }
span { border-color: rgb(194,241,55); }
td.TdClassName
{
border-color: #C2F137;
}
.TagClassName
{
border-color: #C2F137;
}
</style>