Html Css Color HEX #8EDE13 Inch Worm

📋 copy color: '#8EDE13'

red 142 ◦ green 222 ◦ blue 19

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

Shades of Inch Worm #8EDE13

Tints of Inch Worm #8EDE13

RGB

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

 GREEN value IS 222 (87.11% from 255) = 57.96%

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

R = 37.08%
G = 57.96%
B = 4.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#8EDE13 (or 0x8EDE13) is known color: Inch Worm. HEX triplet: 8E, DE and 13. RGB value is (142,222,19). Sum of RGB (Red+Green+Blue) = 142+222+19=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 222 (87.11% from 255 or 57.96% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDE13 is #7121EC. Grayscale: #AFAFAF. Windows color (decimal): -7414253 or 1302158. OLE color: 1302158.

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

Color convert

RGB 142 222 19 -
CMYK 0.36 0 0.91 0.13
HSL 83.65º 0.84% 0.47% -
HSV(B) 83.65º 0.91% 0.87% -
XYZ 37.39 58.04 9.85 -
YUV 174.94 40 104.51 -
System Red Green Blue C M Y K H S L
Decimal 142 222 19 0.36 0 0.91 0.13 83.65 0.84 0.47
Hex 8E DE 13 24 0 5B D 54 54 2F
Octal 216 336 23 44 0 133 15 124 124 57
Binary 10001110 11011110 10011 100100 0 1011011 1101 1010100 1010100 101111

Color Harmonies of #8EDE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDE13

Black with #8EDE13

Text Example


Text Example

White with #8EDE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,222,19); }

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

background-color css

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

 a { background-color: rgb(142,222,19); }

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

border-color css

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

 span { border-color: rgb(142,222,19); }

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