Html Css Color HEX #8EE314 Inch Worm

📋 copy color: '#8EE314'

red 142 ◦ green 227 ◦ blue 20

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

Shades of Inch Worm #8EE314

Tints of Inch Worm #8EE314

RGB

 RED value IS 142 (55.86% from 255) = 36.5%

 GREEN value IS 227 (89.06% from 255) = 58.35%

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

R = 36.5%
G = 58.35%
B = 5.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#8EE314 (or 0x8EE314) is known color: Inch Worm. HEX triplet: 8E, E3 and 14. RGB value is (142,227,20). Sum of RGB (Red+Green+Blue) = 142+227+20=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 227 (89.06% from 255 or 58.35% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 227 - color contains mainly: green. Hex color #8EE314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EE314 is #711CEB. Grayscale: #B2B2B2. Windows color (decimal): -7412972 or 1368974. OLE color: 1368974.

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

Color convert

RGB 142 227 20 -
CMYK 0.37 0 0.91 0.11
HSL 84.64º 0.84% 0.48% -
HSV(B) 84.64º 0.91% 0.89% -
XYZ 38.75 60.74 10.34 -
YUV 177.99 38.84 102.33 -
System Red Green Blue C M Y K H S L
Decimal 142 227 20 0.37 0 0.91 0.11 84.64 0.84 0.48
Hex 8E E3 14 25 0 5B B 55 54 30
Octal 216 343 24 45 0 133 13 125 124 60
Binary 10001110 11100011 10100 100101 0 1011011 1011 1010101 1010100 110000

Color Harmonies of #8EE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE314

Black with #8EE314

Text Example


Text Example

White with #8EE314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,227,20); }

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

background-color css

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

 a { background-color: rgb(142,227,20); }

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

border-color css

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

 span { border-color: rgb(142,227,20); }

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