#8EDA05

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

Shades of Inch Worm #8EDA05

Tints of Inch Worm #8EDA05

Color information

#8EDA05 (or 0x8EDA05) is unknown color: approx Inch Worm. HEX triplet: 8E, DA and 05. RGB value is (142,218,5). Sum of RGB (Red+Green+Blue) = 142+218+5=365 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.90% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDA05 is #7125FA. Grayscale: #ABABAB. Windows color (decimal): -7415291 or 383630. OLE color: 383630.

HSL color Cylindrical-coordinate representation of color #8EDA05: hue angle of 81.41º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8EDA05 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB1422185-
CMYK0.3500.980.15
HSL81.41º95.52%43.73%-
HSV(B)81.41º97.71%85.49%-
XYZ36.2555.99.02-
YUV170.9934.32107.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 38.90%
GREEN value IS 218 (85.55% from 255) = 59.73%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=38.90%
G=59.73%
B=1.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal14221850.3500.980.1581.4195.5243.73
Hex8EDA523062F51602c
Octal21633254301421712114054
Binary100011101101101010110001101100010111110100011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EDA05; }

 p { color: rgb(142,218,5); }

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

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

 a { background-color: rgb(142,218,5); }

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

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

 span { border-color: rgb(142,218,5); }

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