Shades of Pear #C7F139
Tints of Pear #C7F139
RGB
CMYK
RGB Variations
Color information
#C7F139 (or 0xC7F139) is known color: Pear. HEX triplet: C7, F1 and 39. RGB value is (199,241,57). Sum of RGB (Red+Green+Blue) = 199+241+57=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 57 (22.66% from 255 or 11.47% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F139 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F139 is #380EC6. Grayscale: #D0D0D0. Windows color (decimal): -3673799 or 3797447. OLE color: 3797447.
HSL color Cylindrical-coordinate representation of color #C7F139: hue angle of 73.7º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7F139 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 241 | 57 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.05 |
| HSL | 73.7º | 0.87% | 0.58% | - |
| HSV(B) | 73.7º | 0.76% | 0.95% | - |
| XYZ | 55.75 | 75.35 | 15.48 | - |
| YUV | 207.47 | 43.09 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 241 | 57 | 0.17 | 0 | 0.76 | 0.05 | 73.7 | 0.87 | 0.58 |
| Hex | C7 | F1 | 39 | 11 | 0 | 4C | 5 | 4A | 57 | 3A |
| Octal | 307 | 361 | 71 | 21 | 0 | 114 | 5 | 112 | 127 | 72 |
| Binary | 11000111 | 11110001 | 111001 | 10001 | 0 | 1001100 | 101 | 1001010 | 1010111 | 111010 |
Color Harmonies of #C7F139
Complementary color
Monochromatic Colors of #C7F139
Black with #C7F139
Text Example
Text Example
White with #C7F139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F139; }
p { color: rgb(199,241,57); }
H1.HeaderClassName
{
color: #C7F139;
}
.AnyTagClassName
{
color: #C7F139;
}
</style>
background-color css
<style>
a { background-color: #C7F139; }
a { background-color: rgb(199,241,57); }
div.DivClassName
{
background-color: #C7F139;
}
.BgClassName
{
background-color: #C7F139;
}
</style>
border-color css
<style>
span { border-color: #C7F139; }
span { border-color: rgb(199,241,57); }
td.TdClassName
{
border-color: #C7F139;
}
.TagClassName
{
border-color: #C7F139;
}
</style>