#C2F222

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

Shades of Inch Worm #C2F222

Tints of Inch Worm #C2F222

Color information

#C2F222 (or 0xC2F222) is unknown color: approx Inch Worm. HEX triplet: C2, F2 and 22. RGB value is (194,242,34). Sum of RGB (Red+Green+Blue) = 194+242+34=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 34 (13.67% from 255 or 7.23% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F222 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F222 is #3D0DDD. Grayscale: #CCCCCC. Windows color (decimal): -4001246 or 2290370. OLE color: 2290370.

HSL color Cylindrical-coordinate representation of color #C2F222: hue angle of 73.85º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2F222 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB19424234-
CMYK0.2000.860.05
HSL73.85º88.89%54.12%-
HSV(B)73.85º85.95%94.9%-
XYZ54.2975.0913.15-
YUV203.9432.1120.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.28%
GREEN value IS 242 (94.92% from 255) = 51.49%
BLUE value IS 34 (13.67% from 255) = 7.23%
R=41.28%
G=51.49%
B=7.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal194242340.2000.860.0573.8588.8954.12
HexC2F2221405654a5936
Octal30236242240126511213166
Binary1100001011110010100010101000101011010110010101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F222; }

 p { color: rgb(194,242,34); }

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

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

 a { background-color: rgb(194,242,34); }

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

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

 span { border-color: rgb(194,242,34); }

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