Html Css Color HEX #9ED505 Inch Worm

📋 copy color: '#9ED505'

red 158 ◦ green 213 ◦ blue 5

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

Shades of Inch Worm #9ED505

Tints of Inch Worm #9ED505

RGB

 RED value IS 158 (62.11% from 255) = 42.02%

 GREEN value IS 213 (83.59% from 255) = 56.65%

 BLUE value IS 5 (2.34% from 255) = 1.33%

R = 42.02%
G = 56.65%
B = 1.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#9ED505 (or 0x9ED505) is known color: Inch Worm. HEX triplet: 9E, D5 and 05. RGB value is (158,213,5). Sum of RGB (Red+Green+Blue) = 158+213+5=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ED505 is #612AFA. Grayscale: #ADADAD. Windows color (decimal): -6367995 or 382366. OLE color: 382366.

HSL color Cylindrical-coordinate representation of color #9ED505: hue angle of 75.87º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9ED505 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 213 5 -
CMYK 0.26 0 0.98 0.16
HSL 75.87º 0.95% 0.43% -
HSV(B) 75.87º 0.98% 0.84% -
XYZ 37.92 54.87 8.74 -
YUV 172.84 33.28 117.41 -
System Red Green Blue C M Y K H S L
Decimal 158 213 5 0.26 0 0.98 0.16 75.87 0.95 0.43
Hex 9E D5 5 1A 0 62 10 4C 5F 2B
Octal 236 325 5 32 0 142 20 114 137 53
Binary 10011110 11010101 101 11010 0 1100010 10000 1001100 1011111 101011

Color Harmonies of #9ED505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED505

Black with #9ED505

Text Example


Text Example

White with #9ED505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ED505; }

 p { color: rgb(158,213,5); }

 H1.HeaderClassName
 {
   color: #9ED505;
 }
 .AnyTagClassName
 {
   color: #9ED505;
 }
</style>

background-color css

<style>
 a { background-color: #9ED505; }

 a { background-color: rgb(158,213,5); }

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

border-color css

<style>
 span { border-color: #9ED505; }

 span { border-color: rgb(158,213,5); }

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