#C0EA1E

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

Shades of Inch Worm #C0EA1E

Tints of Inch Worm #C0EA1E

Color information

#C0EA1E (or 0xC0EA1E) is unknown color: approx Inch Worm. HEX triplet: C0, EA and 1E. RGB value is (192,234,30). Sum of RGB (Red+Green+Blue) = 192+234+30=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 30 (12.11% from 255 or 6.58% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #C0EA1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EA1E is #3F15E1. Grayscale: #C6C6C6. Windows color (decimal): -4134370 or 2026176. OLE color: 2026176.

HSL color Cylindrical-coordinate representation of color #C0EA1E: hue angle of 72.35º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0EA1E is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB19223430-
CMYK0.1800.870.08
HSL72.35º82.93%51.76%-
HSV(B)72.35º87.18%91.76%-
XYZ51.470.1512.06-
YUV198.1933.09123.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 234 (91.80% from 255) = 51.32%
BLUE value IS 30 (12.11% from 255) = 6.58%
R=42.11%
G=51.32%
B=6.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal192234300.1800.870.0872.3582.9351.76
HexC0EA1E120578485334
Octal300352362201271011012364
Binary1100000011101010111101001001010111100010010001010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0EA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0EA1E; }

 p { color: rgb(192,234,30); }

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

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

 a { background-color: rgb(192,234,30); }

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

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

 span { border-color: rgb(192,234,30); }

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