#C1F21F

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

Shades of Inch Worm #C1F21F

Tints of Inch Worm #C1F21F

Color information

#C1F21F (or 0xC1F21F) is unknown color: approx Inch Worm. HEX triplet: C1, F2 and 1F. RGB value is (193,242,31). Sum of RGB (Red+Green+Blue) = 193+242+31=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F21F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F21F is #3E0DE0. Grayscale: #CCCCCC. Windows color (decimal): -4066785 or 2093761. OLE color: 2093761.

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

Color convert

RGB19324231-
CMYK0.2000.870.05
HSL73.93º89.03%53.53%-
HSV(B)73.93º87.19%94.9%-
XYZ53.9974.9412.92-
YUV203.330.77120.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 242 (94.92% from 255) = 51.93%
BLUE value IS 31 (12.5% from 255) = 6.65%
R=41.42%
G=51.93%
B=6.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193242310.2000.870.0573.9389.0353.53
HexC1F21F1405754a5936
Octal30136237240127511213166
Binary110000011111001011111101000101011110110010101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1F21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1F21F; }

 p { color: rgb(193,242,31); }

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

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

 a { background-color: rgb(193,242,31); }

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

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

 span { border-color: rgb(193,242,31); }

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