Html Css Color HEX #8DD708 Inch Worm

📋 copy color: '#8DD708'

red 141 ◦ green 215 ◦ blue 8

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

Shades of Inch Worm #8DD708

Tints of Inch Worm #8DD708

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.07%

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 38.74%
G = 59.07%
B = 2.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#8DD708 (or 0x8DD708) is known color: Inch Worm. HEX triplet: 8D, D7 and 08. RGB value is (141,215,8). Sum of RGB (Red+Green+Blue) = 141+215+8=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #8DD708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DD708 is #7228F7. Grayscale: #AAAAAA. Windows color (decimal): -7481592 or 579469. OLE color: 579469.

HSL color Cylindrical-coordinate representation of color #8DD708: hue angle of 81.45º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DD708 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 215 8 -
CMYK 0.34 0 0.96 0.16
HSL 81.45º 0.93% 0.44% -
HSV(B) 81.45º 0.96% 0.84% -
XYZ 35.33 54.28 8.85 -
YUV 169.28 36.98 107.83 -
System Red Green Blue C M Y K H S L
Decimal 141 215 8 0.34 0 0.96 0.16 81.45 0.93 0.44
Hex 8D D7 8 22 0 60 10 51 5D 2C
Octal 215 327 10 42 0 140 20 121 135 54
Binary 10001101 11010111 1000 100010 0 1100000 10000 1010001 1011101 101100

Color Harmonies of #8DD708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD708

Black with #8DD708

Text Example


Text Example

White with #8DD708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,215,8); }

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

background-color css

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

 a { background-color: rgb(141,215,8); }

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

border-color css

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

 span { border-color: rgb(141,215,8); }

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