Shades of Pear #C3F12C
Tints of Pear #C3F12C
RGB
CMYK
RGB Variations
Color information
#C3F12C (or 0xC3F12C) is known color: Pear. HEX triplet: C3, F1 and 2C. RGB value is (195,241,44). Sum of RGB (Red+Green+Blue) = 195+241+44=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F12C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F12C is #3C0ED3. Grayscale: #CDCDCD. Windows color (decimal): -3935956 or 2945475. OLE color: 2945475.
HSL color Cylindrical-coordinate representation of color #C3F12C: hue angle of 74.01º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3F12C is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 44 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.05 |
| HSL | 74.01º | 0.88% | 0.56% | - |
| HSV(B) | 74.01º | 0.82% | 0.95% | - |
| XYZ | 54.42 | 74.69 | 13.93 | - |
| YUV | 204.79 | 37.26 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 44 | 0.19 | 0 | 0.82 | 0.05 | 74.01 | 0.88 | 0.56 |
| Hex | C3 | F1 | 2C | 13 | 0 | 52 | 5 | 4A | 58 | 38 |
| Octal | 303 | 361 | 54 | 23 | 0 | 122 | 5 | 112 | 130 | 70 |
| Binary | 11000011 | 11110001 | 101100 | 10011 | 0 | 1010010 | 101 | 1001010 | 1011000 | 111000 |
Color Harmonies of #C3F12C
Complementary color
Monochromatic Colors of #C3F12C
Black with #C3F12C
Text Example
Text Example
White with #C3F12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F12C; }
p { color: rgb(195,241,44); }
H1.HeaderClassName
{
color: #C3F12C;
}
.AnyTagClassName
{
color: #C3F12C;
}
</style>
background-color css
<style>
a { background-color: #C3F12C; }
a { background-color: rgb(195,241,44); }
div.DivClassName
{
background-color: #C3F12C;
}
.BgClassName
{
background-color: #C3F12C;
}
</style>
border-color css
<style>
span { border-color: #C3F12C; }
span { border-color: rgb(195,241,44); }
td.TdClassName
{
border-color: #C3F12C;
}
.TagClassName
{
border-color: #C3F12C;
}
</style>