#94ED11

Color #94ED11 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #94ED11

Tints of Spring Bud #94ED11

Color information

#94ED11 (or 0x94ED11) is unknown color: approx Spring Bud. HEX triplet: 94, ED and 11. RGB value is (148,237,17). Sum of RGB (Red+Green+Blue) = 148+237+17=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 237 (92.97% from 255 or 58.96% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94ED11 is #6B12EE. Grayscale: #BABABA. Windows color (decimal): -7017199 or 1174932. OLE color: 1174932.

HSL color Cylindrical-coordinate representation of color #94ED11: hue angle of 84.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94ED11 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB14823717-
CMYK0.3800.930.07
HSL84.27º86.61%49.8%-
HSV(B)84.27º92.83%92.94%-
XYZ42.666.911.2-
YUV185.3133.01101.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 237 (92.97% from 255) = 58.96%
BLUE value IS 17 (7.03% from 255) = 4.23%
R=36.82%
G=58.96%
B=4.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal148237170.3800.930.0784.2786.6149.8
Hex94ED112605D7545732
Octal22435521460135712412762
Binary1001010011101101100011001100101110111110101001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ED11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,237,17); }

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

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

 a { background-color: rgb(148,237,17); }

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

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

 span { border-color: rgb(148,237,17); }

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