#8FD50C

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

Shades of Inch Worm #8FD50C

Tints of Inch Worm #8FD50C

Color information

#8FD50C (or 0x8FD50C) is unknown color: approx Inch Worm. HEX triplet: 8F, D5 and 0C. RGB value is (143,213,12). Sum of RGB (Red+Green+Blue) = 143+213+12=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FD50C is #702AF3. Grayscale: #A9A9A9. Windows color (decimal): -7351028 or 841103. OLE color: 841103.

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

Color convert

RGB14321312-
CMYK0.3300.940.16
HSL80.9º89.33%44.12%-
HSV(B)80.9º94.37%83.53%-
XYZ35.1953.458.81-
YUV169.1639.31109.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 213 (83.59% from 255) = 57.88%
BLUE value IS 12 (5.08% from 255) = 3.26%
R=38.86%
G=57.88%
B=3.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal143213120.3300.940.1680.989.3344.12
Hex8FD5C2105E1051592c
Octal217325144101362012113154
Binary10001111110101011100100001010111101000010100011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,213,12); }

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

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

 a { background-color: rgb(143,213,12); }

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

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

 span { border-color: rgb(143,213,12); }

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