#C3F214

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

Shades of Inch Worm #C3F214

Tints of Inch Worm #C3F214

Color information

#C3F214 (or 0xC3F214) is unknown color: approx Inch Worm. HEX triplet: C3, F2 and 14. RGB value is (195,242,20). Sum of RGB (Red+Green+Blue) = 195+242+20=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F214 is #3C0DEB. Grayscale: #CBCBCB. Windows color (decimal): -3935724 or 1372867. OLE color: 1372867.

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

Color convert

RGB19524220-
CMYK0.1900.920.05
HSL72.7º89.52%51.37%-
HSV(B)72.7º91.74%94.9%-
XYZ54.3875.1612.3-
YUV202.6424.93122.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 242 (94.92% from 255) = 52.95%
BLUE value IS 20 (8.20% from 255) = 4.38%
R=42.67%
G=52.95%
B=4.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195242200.1900.920.0572.789.5251.37
HexC3F2141305C5495a33
Octal30336224230134511113263
Binary110000111111001010100100110101110010110010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F214; }

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

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

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

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

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

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

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

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