Html Css Color HEX #8FDC06 Inch Worm

📋 copy color: '#8FDC06'

red 143 ◦ green 220 ◦ blue 6

#8FDC06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #8FDC06

Tints of Inch Worm #8FDC06

RGB

 RED value IS 143 (56.25% from 255) = 38.75%

 GREEN value IS 220 (86.33% from 255) = 59.62%

 BLUE value IS 6 (2.73% from 255) = 1.63%

R = 38.75%
G = 59.62%
B = 1.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#8FDC06 (or 0x8FDC06) is known color: Inch Worm. HEX triplet: 8F, DC and 06. RGB value is (143,220,6). Sum of RGB (Red+Green+Blue) = 143+220+6=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 6 (2.73% from 255 or 1.63% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDC06 is #7023F9. Grayscale: #ADADAD. Windows color (decimal): -7349242 or 449679. OLE color: 449679.

HSL color Cylindrical-coordinate representation of color #8FDC06: hue angle of 81.59º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8FDC06 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 220 6 -
CMYK 0.35 0 0.97 0.14
HSL 81.59º 0.95% 0.44% -
HSV(B) 81.59º 0.97% 0.86% -
XYZ 36.95 57.04 9.23 -
YUV 172.58 33.99 106.9 -
System Red Green Blue C M Y K H S L
Decimal 143 220 6 0.35 0 0.97 0.14 81.59 0.95 0.44
Hex 8F DC 6 23 0 61 E 52 5F 2C
Octal 217 334 6 43 0 141 16 122 137 54
Binary 10001111 11011100 110 100011 0 1100001 1110 1010010 1011111 101100

Color Harmonies of #8FDC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDC06

Black with #8FDC06

Text Example


Text Example

White with #8FDC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,220,6); }

 H1.HeaderClassName
 {
   color: #8FDC06;
 }
 .AnyTagClassName
 {
   color: #8FDC06;
 }
</style>

background-color css

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

 a { background-color: rgb(143,220,6); }

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

border-color css

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

 span { border-color: rgb(143,220,6); }

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