#C2EF16

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

Shades of Inch Worm #C2EF16

Tints of Inch Worm #C2EF16

Color information

#C2EF16 (or 0xC2EF16) is unknown color: approx Inch Worm. HEX triplet: C2, EF and 16. RGB value is (194,239,22). Sum of RGB (Red+Green+Blue) = 194+239+22=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 22 (8.98% from 255 or 4.84% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EF16 is #3D10E9. Grayscale: #C9C9C9. Windows color (decimal): -4002026 or 1503170. OLE color: 1503170.

HSL color Cylindrical-coordinate representation of color #C2EF16: hue angle of 72.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2EF16 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB19423922-
CMYK0.1900.910.06
HSL72.44º87.15%51.18%-
HSV(B)72.44º90.79%93.73%-
XYZ53.2673.2612.09-
YUV200.8127.09123.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 239 (93.75% from 255) = 52.53%
BLUE value IS 22 (8.98% from 255) = 4.84%
R=42.64%
G=52.53%
B=4.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal194239220.1900.910.0672.4487.1551.18
HexC2EF161305B6485733
Octal30235726230133611012763
Binary110000101110111110110100110101101111010010001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2EF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2EF16; }

 p { color: rgb(194,239,22); }

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

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

 a { background-color: rgb(194,239,22); }

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

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

 span { border-color: rgb(194,239,22); }

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