Shades of Pear #C3F134
Tints of Pear #C3F134
RGB
CMYK
RGB Variations
Color information
#C3F134 (or 0xC3F134) is known color: Pear. HEX triplet: C3, F1 and 34. RGB value is (195,241,52). Sum of RGB (Red+Green+Blue) = 195+241+52=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F134 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F134 is #3C0ECB. Grayscale: #CECECE. Windows color (decimal): -3935948 or 3469763. OLE color: 3469763.
HSL color Cylindrical-coordinate representation of color #C3F134: hue angle of 74.6º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3F134 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 52 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.05 |
| HSL | 74.6º | 0.87% | 0.57% | - |
| HSV(B) | 74.6º | 0.78% | 0.95% | - |
| XYZ | 54.58 | 74.76 | 14.8 | - |
| YUV | 205.7 | 41.26 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 52 | 0.19 | 0 | 0.78 | 0.05 | 74.6 | 0.87 | 0.57 |
| Hex | C3 | F1 | 34 | 13 | 0 | 4E | 5 | 4B | 57 | 39 |
| Octal | 303 | 361 | 64 | 23 | 0 | 116 | 5 | 113 | 127 | 71 |
| Binary | 11000011 | 11110001 | 110100 | 10011 | 0 | 1001110 | 101 | 1001011 | 1010111 | 111001 |
Color Harmonies of #C3F134
Complementary color
Monochromatic Colors of #C3F134
Black with #C3F134
Text Example
Text Example
White with #C3F134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F134; }
p { color: rgb(195,241,52); }
H1.HeaderClassName
{
color: #C3F134;
}
.AnyTagClassName
{
color: #C3F134;
}
</style>
background-color css
<style>
a { background-color: #C3F134; }
a { background-color: rgb(195,241,52); }
div.DivClassName
{
background-color: #C3F134;
}
.BgClassName
{
background-color: #C3F134;
}
</style>
border-color css
<style>
span { border-color: #C3F134; }
span { border-color: rgb(195,241,52); }
td.TdClassName
{
border-color: #C3F134;
}
.TagClassName
{
border-color: #C3F134;
}
</style>