#C2E50D

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

Shades of Inch Worm #C2E50D

Tints of Inch Worm #C2E50D

Color information

#C2E50D (or 0xC2E50D) is unknown color: approx Inch Worm. HEX triplet: C2, E5 and 0D. RGB value is (194,229,13). Sum of RGB (Red+Green+Blue) = 194+229+13=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E50D is #3D1AF2. Grayscale: #C2C2C2. Windows color (decimal): -4004595 or 910786. OLE color: 910786.

HSL color Cylindrical-coordinate representation of color #C2E50D: hue angle of 69.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2E50D is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB19422913-
CMYK0.1500.940.10
HSL69.72º89.26%47.45%-
HSV(B)69.72º94.32%89.8%-
XYZ50.3467.5410.76-
YUV193.9125.9128.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 229 (89.84% from 255) = 52.52%
BLUE value IS 13 (5.47% from 255) = 2.98%
R=44.50%
G=52.52%
B=2.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal194229130.1500.940.1069.7289.2647.45
HexC2E5DF05EA46592f
Octal302345151701361210613157
Binary11000010111001011101111101011110101010001101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E50D; }

 p { color: rgb(194,229,13); }

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

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

 a { background-color: rgb(194,229,13); }

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

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

 span { border-color: rgb(194,229,13); }

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