#C1EF0F

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

Shades of Inch Worm #C1EF0F

Tints of Inch Worm #C1EF0F

Color information

#C1EF0F (or 0xC1EF0F) is unknown color: approx Inch Worm. HEX triplet: C1, EF and 0F. RGB value is (193,239,15). Sum of RGB (Red+Green+Blue) = 193+239+15=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 239 (93.75% from 255 or 53.47% from 447); Blue value is 15 (6.25% from 255 or 3.36% from 447); Max value from RGB is 239 - color contains mainly: green. Hex color #C1EF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1EF0F is #3E10F0. Grayscale: #C8C8C8. Windows color (decimal): -4067569 or 1044417. OLE color: 1044417.

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

Color convert

RGB19323915-
CMYK0.1900.940.06
HSL72.32º88.19%49.8%-
HSV(B)72.32º93.72%93.73%-
XYZ52.9573.111.77-
YUV199.7123.76123.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 239 (93.75% from 255) = 53.47%
BLUE value IS 15 (6.25% from 255) = 3.36%
R=43.18%
G=53.47%
B=3.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal193239150.1900.940.0672.3288.1949.8
HexC1EFF1305E6485832
Octal30135717230136611013062
Binary11000001111011111111100110101111011010010001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1EF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1EF0F; }

 p { color: rgb(193,239,15); }

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

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

 a { background-color: rgb(193,239,15); }

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

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

 span { border-color: rgb(193,239,15); }

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