Shades of Pear #C2F02E
Tints of Pear #C2F02E
RGB
CMYK
RGB Variations
Color information
#C2F02E (or 0xC2F02E) is known color: Pear. HEX triplet: C2, F0 and 2E. RGB value is (194,240,46). Sum of RGB (Red+Green+Blue) = 194+240+46=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 46 (18.36% from 255 or 9.58% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #C2F02E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F02E is #3D0FD1. Grayscale: #CCCCCC. Windows color (decimal): -4001746 or 3076290. OLE color: 3076290.
HSL color Cylindrical-coordinate representation of color #C2F02E: hue angle of 74.23º 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 #C2F02E is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 240 | 46 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.06 |
| HSL | 74.23º | 0.87% | 0.56% | - |
| HSV(B) | 74.23º | 0.81% | 0.94% | - |
| XYZ | 53.9 | 73.99 | 14.02 | - |
| YUV | 204.13 | 38.76 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 240 | 46 | 0.19 | 0 | 0.81 | 0.06 | 74.23 | 0.87 | 0.56 |
| Hex | C2 | F0 | 2E | 13 | 0 | 51 | 6 | 4A | 57 | 38 |
| Octal | 302 | 360 | 56 | 23 | 0 | 121 | 6 | 112 | 127 | 70 |
| Binary | 11000010 | 11110000 | 101110 | 10011 | 0 | 1010001 | 110 | 1001010 | 1010111 | 111000 |
Color Harmonies of #C2F02E
Complementary color
Monochromatic Colors of #C2F02E
Black with #C2F02E
Text Example
Text Example
White with #C2F02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F02E; }
p { color: rgb(194,240,46); }
H1.HeaderClassName
{
color: #C2F02E;
}
.AnyTagClassName
{
color: #C2F02E;
}
</style>
background-color css
<style>
a { background-color: #C2F02E; }
a { background-color: rgb(194,240,46); }
div.DivClassName
{
background-color: #C2F02E;
}
.BgClassName
{
background-color: #C2F02E;
}
</style>
border-color css
<style>
span { border-color: #C2F02E; }
span { border-color: rgb(194,240,46); }
td.TdClassName
{
border-color: #C2F02E;
}
.TagClassName
{
border-color: #C2F02E;
}
</style>