#c0ef1e

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

Shades of Inch Worm #C0EF1E

Tints of Inch Worm #C0EF1E

Color information

#C0EF1E (or 0xC0EF1E) is unknown color: approx Inch Worm. HEX triplet: C0, EF and 1E. RGB value is (192,239,30). Sum of RGB (Red+Green+Blue) = 192+239+30=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #C0EF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EF1E is #3F10E1. Grayscale: #C9C9C9. Windows color (decimal): -4133090 or 2027456. OLE color: 2027456.

HSL color Cylindrical-coordinate representation of color #C0EF1E: hue angle of 73.49º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0EF1E is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB19223930-
CMYK0.2000.870.06
HSL73.49º86.72%52.75%-
HSV(B)73.49º87.45%93.73%-
XYZ52.8473.0312.54-
YUV201.1231.43121.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 239 (93.75% from 255) = 51.84%
BLUE value IS 30 (12.11% from 255) = 6.51%
R=41.65%
G=51.84%
B=6.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal192239300.2000.870.0673.4986.7252.75
HexC0EF1E140576495735
Octal30035736240127611112765
Binary110000001110111111110101000101011111010010011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0ef1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0ef1e; }

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

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

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

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

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

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

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

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