#c3f11c

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

Shades of Inch Worm #C3F11C

Tints of Inch Worm #C3F11C

Color information

#C3F11C (or 0xC3F11C) is unknown color: approx Inch Worm. HEX triplet: C3, F1 and 1C. RGB value is (195,241,28). Sum of RGB (Red+Green+Blue) = 195+241+28=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 28 (11.33% from 255 or 6.03% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F11C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F11C is #3C0EE3. Grayscale: #CBCBCB. Windows color (decimal): -3935972 or 1896899. OLE color: 1896899.

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

Color convert

RGB19524128-
CMYK0.1900.880.05
HSL72.96º88.38%52.75%-
HSV(B)72.96º88.38%94.51%-
XYZ54.1774.612.64-
YUV202.9629.26122.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 241 (94.53% from 255) = 51.94%
BLUE value IS 28 (11.33% from 255) = 6.03%
R=42.03%
G=51.94%
B=6.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195241280.1900.880.0572.9688.3852.75
HexC3F11C130585495835
Octal30336134230130511113065
Binary110000111111000111100100110101100010110010011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3f11c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3f11c; }

 p { color: rgb(195,241,28); }

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

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

 a { background-color: rgb(195,241,28); }

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

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

 span { border-color: rgb(195,241,28); }

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