Html Css Color HEX #8FDC13 Inch Worm

📋 copy color: '#8FDC13'

red 143 ◦ green 220 ◦ blue 19

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

Shades of Inch Worm #8FDC13

Tints of Inch Worm #8FDC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.97%

R = 37.43%
G = 57.59%
B = 4.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#8FDC13 (or 0x8FDC13) is known color: Inch Worm. HEX triplet: 8F, DC and 13. RGB value is (143,220,19). Sum of RGB (Red+Green+Blue) = 143+220+19=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 19 (7.81% from 255 or 4.97% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FDC13 is #7023EC. Grayscale: #AEAEAE. Windows color (decimal): -7349229 or 1301647. OLE color: 1301647.

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

Color convert

RGB 143 220 19 -
CMYK 0.35 0 0.91 0.14
HSL 82.99º 0.84% 0.47% -
HSV(B) 82.99º 0.91% 0.86% -
XYZ 37.04 57.07 9.68 -
YUV 174.06 40.49 105.84 -
System Red Green Blue C M Y K H S L
Decimal 143 220 19 0.35 0 0.91 0.14 82.99 0.84 0.47
Hex 8F DC 13 23 0 5B E 53 54 2F
Octal 217 334 23 43 0 133 16 123 124 57
Binary 10001111 11011100 10011 100011 0 1011011 1110 1010011 1010100 101111

Color Harmonies of #8FDC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDC13

Black with #8FDC13

Text Example


Text Example

White with #8FDC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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