Shades of Pear #C3F12B
Tints of Pear #C3F12B
RGB
CMYK
RGB Variations
Color information
#C3F12B (or 0xC3F12B) is known color: Pear. HEX triplet: C3, F1 and 2B. RGB value is (195,241,43). Sum of RGB (Red+Green+Blue) = 195+241+43=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 43 (17.19% from 255 or 8.98% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F12B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F12B is #3C0ED4. Grayscale: #CDCDCD. Windows color (decimal): -3935957 or 2879939. OLE color: 2879939.
HSL color Cylindrical-coordinate representation of color #C3F12B: hue angle of 73.94º 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 #C3F12B is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 43 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.05 |
| HSL | 73.94º | 0.88% | 0.56% | - |
| HSV(B) | 73.94º | 0.82% | 0.95% | - |
| XYZ | 54.4 | 74.69 | 13.83 | - |
| YUV | 204.67 | 36.76 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 43 | 0.19 | 0 | 0.82 | 0.05 | 73.94 | 0.88 | 0.56 |
| Hex | C3 | F1 | 2B | 13 | 0 | 52 | 5 | 4A | 58 | 38 |
| Octal | 303 | 361 | 53 | 23 | 0 | 122 | 5 | 112 | 130 | 70 |
| Binary | 11000011 | 11110001 | 101011 | 10011 | 0 | 1010010 | 101 | 1001010 | 1011000 | 111000 |
Color Harmonies of #C3F12B
Complementary color
Monochromatic Colors of #C3F12B
Black with #C3F12B
Text Example
Text Example
White with #C3F12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F12B; }
p { color: rgb(195,241,43); }
H1.HeaderClassName
{
color: #C3F12B;
}
.AnyTagClassName
{
color: #C3F12B;
}
</style>
background-color css
<style>
a { background-color: #C3F12B; }
a { background-color: rgb(195,241,43); }
div.DivClassName
{
background-color: #C3F12B;
}
.BgClassName
{
background-color: #C3F12B;
}
</style>
border-color css
<style>
span { border-color: #C3F12B; }
span { border-color: rgb(195,241,43); }
td.TdClassName
{
border-color: #C3F12B;
}
.TagClassName
{
border-color: #C3F12B;
}
</style>