#C2E40F

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

Shades of Inch Worm #C2E40F

Tints of Inch Worm #C2E40F

Color information

#C2E40F (or 0xC2E40F) is unknown color: approx Inch Worm. HEX triplet: C2, E4 and 0F. RGB value is (194,228,15). Sum of RGB (Red+Green+Blue) = 194+228+15=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 228 (89.45% from 255 or 52.17% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E40F is #3D1BF0. Grayscale: #C2C2C2. Windows color (decimal): -4004849 or 1041602. OLE color: 1041602.

HSL color Cylindrical-coordinate representation of color #C2E40F: hue angle of 69.58º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2E40F is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB19422815-
CMYK0.1500.930.11
HSL69.58º87.65%47.65%-
HSV(B)69.58º93.42%89.41%-
XYZ50.0866.9910.74-
YUV193.5527.24128.32-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 228 (89.45% from 255) = 52.17%
BLUE value IS 15 (6.25% from 255) = 3.43%
R=44.39%
G=52.17%
B=3.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal194228150.1500.930.1169.5887.6547.65
HexC2E4FF05DB465830
Octal302344171701351310613060
Binary11000010111001001111111101011101101110001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E40F; }

 p { color: rgb(194,228,15); }

 H1.HeaderClassName
 {
   color: #C2E40F;
 }
 .AnyTagClassName
 {
   color: #C2E40F;
 }
</style>
background-color css

<style>
 a { background-color: #C2E40F; }

 a { background-color: rgb(194,228,15); }

 div.DivClassName
 {
   background-color: #C2E40F;
 }
 .BgClassName
 {
   background-color: #C2E40F;
 }
</style>
border-color css

<style>
 span { border-color: #C2E40F; }

 span { border-color: rgb(194,228,15); }

 td.TdClassName
 {
   border-color: #C2E40F;
 }
 .TagClassName
 {
   border-color: #C2E40F;
 }
</style>