Shades of Pear #C3F132
Tints of Pear #C3F132
RGB
CMYK
RGB Variations
Color information
#C3F132 (or 0xC3F132) is known color: Pear. HEX triplet: C3, F1 and 32. RGB value is (195,241,50). Sum of RGB (Red+Green+Blue) = 195+241+50=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F132 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F132 is #3C0ECD. Grayscale: #CECECE. Windows color (decimal): -3935950 or 3338691. OLE color: 3338691.
HSL color Cylindrical-coordinate representation of color #C3F132: hue angle of 74.45º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3F132 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 50 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.05 |
| HSL | 74.45º | 0.87% | 0.57% | - |
| HSV(B) | 74.45º | 0.79% | 0.95% | - |
| XYZ | 54.54 | 74.74 | 14.57 | - |
| YUV | 205.47 | 40.26 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 50 | 0.19 | 0 | 0.79 | 0.05 | 74.45 | 0.87 | 0.57 |
| Hex | C3 | F1 | 32 | 13 | 0 | 4F | 5 | 4A | 57 | 39 |
| Octal | 303 | 361 | 62 | 23 | 0 | 117 | 5 | 112 | 127 | 71 |
| Binary | 11000011 | 11110001 | 110010 | 10011 | 0 | 1001111 | 101 | 1001010 | 1010111 | 111001 |
Color Harmonies of #C3F132
Complementary color
Monochromatic Colors of #C3F132
Black with #C3F132
Text Example
Text Example
White with #C3F132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F132; }
p { color: rgb(195,241,50); }
H1.HeaderClassName
{
color: #C3F132;
}
.AnyTagClassName
{
color: #C3F132;
}
</style>
background-color css
<style>
a { background-color: #C3F132; }
a { background-color: rgb(195,241,50); }
div.DivClassName
{
background-color: #C3F132;
}
.BgClassName
{
background-color: #C3F132;
}
</style>
border-color css
<style>
span { border-color: #C3F132; }
span { border-color: rgb(195,241,50); }
td.TdClassName
{
border-color: #C3F132;
}
.TagClassName
{
border-color: #C3F132;
}
</style>