#C3F02E

Color #C3F02E Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #C3F02E

Tints of Pear #C3F02E

Color information

#C3F02E (or 0xC3F02E) is unknown color: approx 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

RGB19524046-
CMYK0.1900.810.06
HSL73.92º86.61%56.08%-
HSV(B)73.92º80.83%94.12%-
XYZ54.1674.1214.04-
YUV204.4338.59121.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 240 (94.14% from 255) = 49.90%
BLUE value IS 46 (18.36% from 255) = 9.56%
R=40.54%
G=49.90%
B=9.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal195240460.1900.810.0673.9286.6156.08
HexC3F02E1305164a5738
Octal30336056230121611212770
Binary1100001111110000101110100110101000111010010101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>