#8DDA05

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

Shades of Inch Worm #8DDA05

Tints of Inch Worm #8DDA05

Color information

#8DDA05 (or 0x8DDA05) is unknown color: approx Inch Worm. HEX triplet: 8D, DA and 05. RGB value is (141,218,5). Sum of RGB (Red+Green+Blue) = 141+218+5=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 218 (85.55% from 255 or 59.89% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DDA05 is #7225FA. Grayscale: #ABABAB. Windows color (decimal): -7480827 or 383629. OLE color: 383629.

HSL color Cylindrical-coordinate representation of color #8DDA05: hue angle of 81.69º 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 #8DDA05 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB1412185-
CMYK0.3500.980.15
HSL81.69º95.52%43.73%-
HSV(B)81.69º97.71%85.49%-
XYZ36.0855.829.02-
YUV170.734.49106.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.74%
GREEN value IS 218 (85.55% from 255) = 59.89%
BLUE value IS 5 (2.34% from 255) = 1.37%
R=38.74%
G=59.89%
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
Decimal14121850.3500.980.1581.6995.5243.73
Hex8DDA523062F52602c
Octal21533254301421712214054
Binary100011011101101010110001101100010111110100101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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