#C2EE12

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

Shades of Inch Worm #C2EE12

Tints of Inch Worm #C2EE12

Color information

#C2EE12 (or 0xC2EE12) is unknown color: approx Inch Worm. HEX triplet: C2, EE and 12. RGB value is (194,238,18). Sum of RGB (Red+Green+Blue) = 194+238+18=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 238 (93.36% from 255 or 52.89% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 238 - color contains mainly: green. Hex color #C2EE12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EE12 is #3D11ED. Grayscale: #C8C8C8. Windows color (decimal): -4002286 or 1240770. OLE color: 1240770.

HSL color Cylindrical-coordinate representation of color #C2EE12: hue angle of 72º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2EE12 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB19423818-
CMYK0.1800.920.07
HSL72º86.61%50.2%-
HSV(B)72º92.44%93.33%-
XYZ52.9372.6611.81-
YUV199.7625.42123.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 238 (93.36% from 255) = 52.89%
BLUE value IS 18 (7.42% from 255) = 4%
R=43.11%
G=52.89%
B=4%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194238180.1800.920.077286.6150.2
HexC2EE121205C7485732
Octal30235622220134711012762
Binary110000101110111010010100100101110011110010001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EE12; }

 p { color: rgb(194,238,18); }

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

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

 a { background-color: rgb(194,238,18); }

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

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

 span { border-color: rgb(194,238,18); }

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