Shades of Pear #C3F139
Tints of Pear #C3F139
RGB
CMYK
RGB Variations
Color information
#C3F139 (or 0xC3F139) is known color: Pear. HEX triplet: C3, F1 and 39. RGB value is (195,241,57). Sum of RGB (Red+Green+Blue) = 195+241+57=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 57 (22.66% from 255 or 11.56% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F139 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F139 is #3C0EC6. Grayscale: #CECECE. Windows color (decimal): -3935943 or 3797443. OLE color: 3797443.
HSL color Cylindrical-coordinate representation of color #C3F139: hue angle of 75º 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 #C3F139 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 57 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.05 |
| HSL | 75º | 0.87% | 0.58% | - |
| HSV(B) | 75º | 0.76% | 0.95% | - |
| XYZ | 54.7 | 74.81 | 15.43 | - |
| YUV | 206.27 | 43.76 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 57 | 0.19 | 0 | 0.76 | 0.05 | 75 | 0.87 | 0.58 |
| Hex | C3 | F1 | 39 | 13 | 0 | 4C | 5 | 4B | 57 | 3A |
| Octal | 303 | 361 | 71 | 23 | 0 | 114 | 5 | 113 | 127 | 72 |
| Binary | 11000011 | 11110001 | 111001 | 10011 | 0 | 1001100 | 101 | 1001011 | 1010111 | 111010 |
Color Harmonies of #C3F139
Complementary color
Monochromatic Colors of #C3F139
Black with #C3F139
Text Example
Text Example
White with #C3F139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F139; }
p { color: rgb(195,241,57); }
H1.HeaderClassName
{
color: #C3F139;
}
.AnyTagClassName
{
color: #C3F139;
}
</style>
background-color css
<style>
a { background-color: #C3F139; }
a { background-color: rgb(195,241,57); }
div.DivClassName
{
background-color: #C3F139;
}
.BgClassName
{
background-color: #C3F139;
}
</style>
border-color css
<style>
span { border-color: #C3F139; }
span { border-color: rgb(195,241,57); }
td.TdClassName
{
border-color: #C3F139;
}
.TagClassName
{
border-color: #C3F139;
}
</style>