Shades of Pear #C3F02E
Tints of Pear #C3F02E
RGB
CMYK
RGB Variations
Color information
#C3F02E (or 0xC3F02E) is known color: Pear. HEX triplet: C3, F0 and 2E. RGB value is (195,240,46). Sum of RGB (Red+Green+Blue) = 195+240+46=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F02E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F02E is #3C0FD1. Grayscale: #CDCDCD. Windows color (decimal): -3936210 or 3076291. OLE color: 3076291.
HSL color Cylindrical-coordinate representation of color #C3F02E: hue angle of 73.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3F02E is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 46 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.06 |
| HSL | 73.92º | 0.87% | 0.56% | - |
| HSV(B) | 73.92º | 0.81% | 0.94% | - |
| XYZ | 54.16 | 74.12 | 14.04 | - |
| YUV | 204.43 | 38.59 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 46 | 0.19 | 0 | 0.81 | 0.06 | 73.92 | 0.87 | 0.56 |
| Hex | C3 | F0 | 2E | 13 | 0 | 51 | 6 | 4A | 57 | 38 |
| Octal | 303 | 360 | 56 | 23 | 0 | 121 | 6 | 112 | 127 | 70 |
| Binary | 11000011 | 11110000 | 101110 | 10011 | 0 | 1010001 | 110 | 1001010 | 1010111 | 111000 |
Color Harmonies of #C3F02E
Complementary color
Monochromatic Colors of #C3F02E
Black with #C3F02E
Text Example
Text Example
White with #C3F02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F02E; }
p { color: rgb(195,240,46); }
H1.HeaderClassName
{
color: #C3F02E;
}
.AnyTagClassName
{
color: #C3F02E;
}
</style>
background-color css
<style>
a { background-color: #C3F02E; }
a { background-color: rgb(195,240,46); }
div.DivClassName
{
background-color: #C3F02E;
}
.BgClassName
{
background-color: #C3F02E;
}
</style>
border-color css
<style>
span { border-color: #C3F02E; }
span { border-color: rgb(195,240,46); }
td.TdClassName
{
border-color: #C3F02E;
}
.TagClassName
{
border-color: #C3F02E;
}
</style>