Html Css Color HEX #94E619 Inch Worm

📋 copy color: '#94E619'

red 148 ◦ green 230 ◦ blue 25

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

Shades of Inch Worm #94E619

Tints of Inch Worm #94E619

RGB

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

 GREEN value IS 230 (90.23% from 255) = 57.07%

 BLUE value IS 25 (10.16% from 255) = 6.2%

R = 36.72%
G = 57.07%
B = 6.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#94E619 (or 0x94E619) is known color: Inch Worm. HEX triplet: 94, E6 and 19. RGB value is (148,230,25). Sum of RGB (Red+Green+Blue) = 148+230+25=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 230 (90.23% from 255 or 57.07% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 230 - color contains mainly: green. Hex color #94E619 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94E619 is #6B19E6. Grayscale: #B6B6B6. Windows color (decimal): -7018983 or 1697428. OLE color: 1697428.

HSL color Cylindrical-coordinate representation of color #94E619: hue angle of 84º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94E619 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 230 25 -
CMYK 0.36 0 0.89 0.10
HSL 84º 0.8% 0.5% -
HSV(B) 84º 0.89% 0.9% -
XYZ 40.69 62.96 10.93 -
YUV 182.11 39.33 103.67 -
System Red Green Blue C M Y K H S L
Decimal 148 230 25 0.36 0 0.89 0.10 84 0.8 0.5
Hex 94 E6 19 24 0 59 A 54 50 32
Octal 224 346 31 44 0 131 12 124 120 62
Binary 10010100 11100110 11001 100100 0 1011001 1010 1010100 1010000 110010

Color Harmonies of #94E619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E619

Black with #94E619

Text Example


Text Example

White with #94E619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,230,25); }

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

background-color css

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

 a { background-color: rgb(148,230,25); }

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

border-color css

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

 span { border-color: rgb(148,230,25); }

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