#C3F21F

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

Shades of Inch Worm #C3F21F

Tints of Inch Worm #C3F21F

Color information

#C3F21F (or 0xC3F21F) is unknown color: approx Inch Worm. HEX triplet: C3, F2 and 1F. RGB value is (195,242,31). Sum of RGB (Red+Green+Blue) = 195+242+31=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 242 (94.92% from 255 or 51.71% from 468); Blue value is 31 (12.5% from 255 or 6.62% from 468); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F21F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F21F is #3C0DE0. Grayscale: #CCCCCC. Windows color (decimal): -3935713 or 2093763. OLE color: 2093763.

HSL color Cylindrical-coordinate representation of color #C3F21F: hue angle of 73.36º 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 #C3F21F is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB19524231-
CMYK0.1900.870.05
HSL73.36º89.03%53.53%-
HSV(B)73.36º87.19%94.9%-
XYZ54.5175.2112.94-
YUV203.8930.43121.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 242 (94.92% from 255) = 51.71%
BLUE value IS 31 (12.5% from 255) = 6.62%
R=41.67%
G=51.71%
B=6.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195242310.1900.870.0573.3689.0353.53
HexC3F21F130575495936
Octal30336237230127511113166
Binary110000111111001011111100110101011110110010011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F21F; }

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

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

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

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

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

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

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

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