Html Css Color HEX #8EDF13 Inch Worm

📋 copy color: '#8EDF13'

red 142 ◦ green 223 ◦ blue 19

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

Shades of Inch Worm #8EDF13

Tints of Inch Worm #8EDF13

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.07%

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

R = 36.98%
G = 58.07%
B = 4.95%

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

#8EDF13 (or 0x8EDF13) is known color: Inch Worm. HEX triplet: 8E, DF and 13. RGB value is (142,223,19). Sum of RGB (Red+Green+Blue) = 142+223+19=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EDF13 is #7120EC. Grayscale: #B0B0B0. Windows color (decimal): -7413997 or 1302414. OLE color: 1302414.

HSL color Cylindrical-coordinate representation of color #8EDF13: hue angle of 83.82º 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 #8EDF13 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 223 19 -
CMYK 0.36 0 0.91 0.13
HSL 83.82º 0.84% 0.47% -
HSV(B) 83.82º 0.91% 0.87% -
XYZ 37.66 58.57 9.94 -
YUV 175.53 39.66 104.09 -
System Red Green Blue C M Y K H S L
Decimal 142 223 19 0.36 0 0.91 0.13 83.82 0.84 0.47
Hex 8E DF 13 24 0 5B D 54 54 2F
Octal 216 337 23 44 0 133 15 124 124 57
Binary 10001110 11011111 10011 100100 0 1011011 1101 1010100 1010100 101111

Color Harmonies of #8EDF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDF13

Black with #8EDF13

Text Example


Text Example

White with #8EDF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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