#C0E212

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

Shades of Inch Worm #C0E212

Tints of Inch Worm #C0E212

Color information

#C0E212 (or 0xC0E212) is unknown color: approx Inch Worm. HEX triplet: C0, E2 and 12. RGB value is (192,226,18). Sum of RGB (Red+Green+Blue) = 192+226+18=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 226 (88.67% from 255 or 51.83% from 436); Blue value is 18 (7.42% from 255 or 4.13% from 436); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0E212 is #3F1DED. Grayscale: #C0C0C0. Windows color (decimal): -4136430 or 1237696. OLE color: 1237696.

HSL color Cylindrical-coordinate representation of color #C0E212: hue angle of 69.81º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0E212 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB19222618-
CMYK0.1500.920.11
HSL69.81º85.25%47.84%-
HSV(B)69.81º92.04%88.63%-
XYZ49.0465.6410.66-
YUV192.1229.74127.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 226 (88.67% from 255) = 51.83%
BLUE value IS 18 (7.42% from 255) = 4.13%
R=44.04%
G=51.83%
B=4.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal192226180.1500.920.1169.8185.2547.84
HexC0E212F05CB465530
Octal300342221701341310612560
Binary110000001110001010010111101011100101110001101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E212; }

 p { color: rgb(192,226,18); }

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

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

 a { background-color: rgb(192,226,18); }

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

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

 span { border-color: rgb(192,226,18); }

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