#94EB7D

Color #94EB7D Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #94EB7D

Tints of Light Green #94EB7D

Color information

#94EB7D (or 0x94EB7D) is unknown color: approx Light Green. HEX triplet: 94, EB and 7D. RGB value is (148,235,125). Sum of RGB (Red+Green+Blue) = 148+235+125=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #94EB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EB7D is #6B1482. Grayscale: #C4C4C4. Windows color (decimal): -7017603 or 8252308. OLE color: 8252308.

HSL color Cylindrical-coordinate representation of color #94EB7D: hue angle of 107.45º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94EB7D is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB148235125-
CMYK0.3700.470.08
HSL107.45º73.33%70.59%-
HSV(B)107.45º46.81%92.16%-
XYZ45.6267.1929.97-
YUV196.4587.6893.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.13%
GREEN value IS 235 (92.19% from 255) = 46.26%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=29.13%
G=46.26%
B=24.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351250.3700.470.08107.4573.3370.59
Hex94EB7D2502F86b4947
Octal2243531754505710153111107
Binary1001010011101011111110110010101011111000110101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,235,125); }

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

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

 a { background-color: rgb(148,235,125); }

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

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

 span { border-color: rgb(148,235,125); }

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