Shades of Pear #C5F138
Tints of Pear #C5F138
RGB
CMYK
RGB Variations
Color information
#C5F138 (or 0xC5F138) is known color: Pear. HEX triplet: C5, F1 and 38. RGB value is (197,241,56). Sum of RGB (Red+Green+Blue) = 197+241+56=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 56 (22.27% from 255 or 11.34% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F138 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F138 is #3A0EC7. Grayscale: #CFCFCF. Windows color (decimal): -3804872 or 3731909. OLE color: 3731909.
HSL color Cylindrical-coordinate representation of color #C5F138: hue angle of 74.27º 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 #C5F138 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 56 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.05 |
| HSL | 74.27º | 0.87% | 0.58% | - |
| HSV(B) | 74.27º | 0.77% | 0.95% | - |
| XYZ | 55.2 | 75.07 | 15.32 | - |
| YUV | 206.75 | 42.92 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 56 | 0.18 | 0 | 0.77 | 0.05 | 74.27 | 0.87 | 0.58 |
| Hex | C5 | F1 | 38 | 12 | 0 | 4D | 5 | 4A | 57 | 3A |
| Octal | 305 | 361 | 70 | 22 | 0 | 115 | 5 | 112 | 127 | 72 |
| Binary | 11000101 | 11110001 | 111000 | 10010 | 0 | 1001101 | 101 | 1001010 | 1010111 | 111010 |
Color Harmonies of #C5F138
Complementary color
Monochromatic Colors of #C5F138
Black with #C5F138
Text Example
Text Example
White with #C5F138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F138; }
p { color: rgb(197,241,56); }
H1.HeaderClassName
{
color: #C5F138;
}
.AnyTagClassName
{
color: #C5F138;
}
</style>
background-color css
<style>
a { background-color: #C5F138; }
a { background-color: rgb(197,241,56); }
div.DivClassName
{
background-color: #C5F138;
}
.BgClassName
{
background-color: #C5F138;
}
</style>
border-color css
<style>
span { border-color: #C5F138; }
span { border-color: rgb(197,241,56); }
td.TdClassName
{
border-color: #C5F138;
}
.TagClassName
{
border-color: #C5F138;
}
</style>