#8DD607

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

Shades of Inch Worm #8DD607

Tints of Inch Worm #8DD607

Color information

#8DD607 (or 0x8DD607) is unknown color: approx Inch Worm. HEX triplet: 8D, D6 and 07. RGB value is (141,214,7). Sum of RGB (Red+Green+Blue) = 141+214+7=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD607 is #7229F8. Grayscale: #A9A9A9. Windows color (decimal): -7481849 or 513677. OLE color: 513677.

HSL color Cylindrical-coordinate representation of color #8DD607: hue angle of 81.16º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DD607 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB1412147-
CMYK0.3400.970.16
HSL81.16º93.67%43.33%-
HSV(B)81.16º96.73%83.92%-
XYZ35.0753.778.73-
YUV168.5836.82108.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.95%
GREEN value IS 214 (83.98% from 255) = 59.12%
BLUE value IS 7 (3.12% from 255) = 1.93%
R=38.95%
G=59.12%
B=1.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal14121470.3400.970.1681.1693.6743.33
Hex8DD672206110515e2b
Octal21532674201412012113653
Binary1000110111010110111100010011000011000010100011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,7); }

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

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

 a { background-color: rgb(141,214,7); }

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

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

 span { border-color: rgb(141,214,7); }

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