#94E51C

Color #94E51C Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #94E51C

Tints of Inch Worm #94E51C

Color information

#94E51C (or 0x94E51C) is unknown color: approx Inch Worm. HEX triplet: 94, E5 and 1C. RGB value is (148,229,28). Sum of RGB (Red+Green+Blue) = 148+229+28=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 229 (89.84% from 255 or 56.54% from 405); Blue value is 28 (11.33% from 255 or 6.91% from 405); Max value from RGB is 229 - color contains mainly: green. Hex color #94E51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E51C is #6B1AE3. Grayscale: #B6B6B6. Windows color (decimal): -7019236 or 1893780. OLE color: 1893780.

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

Color convert

RGB14822928-
CMYK0.3500.880.10
HSL84.18º79.45%50.39%-
HSV(B)84.18º87.77%89.8%-
XYZ40.4462.4211.02-
YUV181.8741.16103.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 229 (89.84% from 255) = 56.54%
BLUE value IS 28 (11.33% from 255) = 6.91%
R=36.54%
G=56.54%
B=6.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal148229280.3500.880.1084.1879.4550.39
Hex94E51C23058A544f32
Octal224345344301301212411762
Binary10010100111001011110010001101011000101010101001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E51C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,229,28); }

 H1.HeaderClassName
 {
   color: #94E51C;
 }
 .AnyTagClassName
 {
   color: #94E51C;
 }
</style>
background-color css

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

 a { background-color: rgb(148,229,28); }

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

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

 span { border-color: rgb(148,229,28); }

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