Html Css Color HEX #9DE50E Inch Worm

📋 copy color: '#9DE50E'

red 157 ◦ green 229 ◦ blue 14

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

Shades of Inch Worm #9DE50E

Tints of Inch Worm #9DE50E

RGB

 RED value IS 157 (61.72% from 255) = 39.25%

 GREEN value IS 229 (89.84% from 255) = 57.25%

 BLUE value IS 14 (5.86% from 255) = 3.5%

R = 39.25%
G = 57.25%
B = 3.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#9DE50E (or 0x9DE50E) is known color: Inch Worm. HEX triplet: 9D, E5 and 0E. RGB value is (157,229,14). Sum of RGB (Red+Green+Blue) = 157+229+14=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 229 (89.84% from 255 or 57.25% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DE50E is #621AF1. Grayscale: #B7B7B7. Windows color (decimal): -6429426 or 976285. OLE color: 976285.

HSL color Cylindrical-coordinate representation of color #9DE50E: hue angle of 80.09º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9DE50E is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 157 229 14 -
CMYK 0.31 0 0.94 0.10
HSL 80.09º 0.88% 0.48% -
HSV(B) 80.09º 0.94% 0.9% -
XYZ 42 63.24 10.41 -
YUV 182.96 32.65 109.48 -
System Red Green Blue C M Y K H S L
Decimal 157 229 14 0.31 0 0.94 0.10 80.09 0.88 0.48
Hex 9D E5 E 1F 0 5E A 50 58 30
Octal 235 345 16 37 0 136 12 120 130 60
Binary 10011101 11100101 1110 11111 0 1011110 1010 1010000 1011000 110000

Color Harmonies of #9DE50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE50E

Black with #9DE50E

Text Example


Text Example

White with #9DE50E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,229,14); }

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

background-color css

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

 a { background-color: rgb(157,229,14); }

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

border-color css

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

 span { border-color: rgb(157,229,14); }

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