Html Css Color HEX #8DE014 Inch Worm

📋 copy color: '#8DE014'

red 141 ◦ green 224 ◦ blue 20

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

Shades of Inch Worm #8DE014

Tints of Inch Worm #8DE014

RGB

 RED value IS 141 (55.47% from 255) = 36.62%

 GREEN value IS 224 (87.89% from 255) = 58.18%

 BLUE value IS 20 (8.2% from 255) = 5.19%

R = 36.62%
G = 58.18%
B = 5.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#8DE014 (or 0x8DE014) is known color: Inch Worm. HEX triplet: 8D, E0 and 14. RGB value is (141,224,20). Sum of RGB (Red+Green+Blue) = 141+224+20=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DE014 is #721FEB. Grayscale: #B0B0B0. Windows color (decimal): -7479276 or 1368205. OLE color: 1368205.

HSL color Cylindrical-coordinate representation of color #8DE014: hue angle of 84.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DE014 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 141 224 20 -
CMYK 0.37 0 0.91 0.12
HSL 84.41º 0.84% 0.48% -
HSV(B) 84.41º 0.91% 0.88% -
XYZ 37.77 59.02 10.06 -
YUV 175.93 40 103.09 -
System Red Green Blue C M Y K H S L
Decimal 141 224 20 0.37 0 0.91 0.12 84.41 0.84 0.48
Hex 8D E0 14 25 0 5B C 54 54 30
Octal 215 340 24 45 0 133 14 124 124 60
Binary 10001101 11100000 10100 100101 0 1011011 1100 1010100 1010100 110000

Color Harmonies of #8DE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE014

Black with #8DE014

Text Example


Text Example

White with #8DE014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,224,20); }

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

background-color css

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

 a { background-color: rgb(141,224,20); }

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

border-color css

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

 span { border-color: rgb(141,224,20); }

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