Html Css Color HEX #94E005 Inch Worm

📋 copy color: '#94E005'

red 148 ◦ green 224 ◦ blue 5

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

Shades of Inch Worm #94E005

Tints of Inch Worm #94E005

RGB

 RED value IS 148 (58.2% from 255) = 39.26%

 GREEN value IS 224 (87.89% from 255) = 59.42%

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

R = 39.26%
G = 59.42%
B = 1.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#94E005 (or 0x94E005) is known color: Inch Worm. HEX triplet: 94, E0 and 05. RGB value is (148,224,5). Sum of RGB (Red+Green+Blue) = 148+224+5=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #94E005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94E005 is #6B1FFA. Grayscale: #B1B1B1. Windows color (decimal): -7020539 or 385172. OLE color: 385172.

HSL color Cylindrical-coordinate representation of color #94E005: hue angle of 80.82º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94E005 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 224 5 -
CMYK 0.34 0 0.98 0.12
HSL 80.82º 0.96% 0.45% -
HSV(B) 80.82º 0.98% 0.88% -
XYZ 38.9 59.62 9.6 -
YUV 176.31 31.32 107.81 -
System Red Green Blue C M Y K H S L
Decimal 148 224 5 0.34 0 0.98 0.12 80.82 0.96 0.45
Hex 94 E0 5 22 0 62 C 51 60 2D
Octal 224 340 5 42 0 142 14 121 140 55
Binary 10010100 11100000 101 100010 0 1100010 1100 1010001 1100000 101101

Color Harmonies of #94E005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E005

Black with #94E005

Text Example


Text Example

White with #94E005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94E005; }

 p { color: rgb(148,224,5); }

 H1.HeaderClassName
 {
   color: #94E005;
 }
 .AnyTagClassName
 {
   color: #94E005;
 }
</style>

background-color css

<style>
 a { background-color: #94E005; }

 a { background-color: rgb(148,224,5); }

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

border-color css

<style>
 span { border-color: #94E005; }

 span { border-color: rgb(148,224,5); }

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