#94EB84

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

Shades of Light Green #94EB84

Tints of Light Green #94EB84

Color information

#94EB84 (or 0x94EB84) is unknown color: approx Light Green. HEX triplet: 94, EB and 84. RGB value is (148,235,132). Sum of RGB (Red+Green+Blue) = 148+235+132=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 235 (92.19% from 255 or 45.63% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 235 - color contains mainly: green. Hex color #94EB84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EB84 is #6B147B. Grayscale: #C5C5C5. Windows color (decimal): -7017596 or 8711060. OLE color: 8711060.

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

Color convert

RGB148235132-
CMYK0.3700.440.08
HSL110.68º72.03%71.96%-
HSV(B)110.68º43.83%92.16%-
XYZ46.0967.3832.41-
YUV197.2491.1892.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.74%
GREEN value IS 235 (92.19% from 255) = 45.63%
BLUE value IS 132 (51.95% from 255) = 25.63%
R=28.74%
G=45.63%
B=25.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1482351320.3700.440.08110.6872.0371.96
Hex94EB842502C86f4848
Octal2243532044505410157110110
Binary10010100111010111000010010010101011001000110111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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