#94EF84

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

Shades of Light Green #94EF84

Tints of Light Green #94EF84

Color information

#94EF84 (or 0x94EF84) is unknown color: approx Light Green. HEX triplet: 94, EF and 84. RGB value is (148,239,132). Sum of RGB (Red+Green+Blue) = 148+239+132=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF84 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94EF84 is #6B107B. Grayscale: #C7C7C7. Windows color (decimal): -7016572 or 8712084. OLE color: 8712084.

HSL color Cylindrical-coordinate representation of color #94EF84: hue angle of 111.03º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94EF84 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB148239132-
CMYK0.3800.450.06
HSL111.03º76.98%72.75%-
HSV(B)111.03º44.77%93.73%-
XYZ47.2469.6932.79-
YUV199.5989.8591.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.52%
GREEN value IS 239 (93.75% from 255) = 46.05%
BLUE value IS 132 (51.95% from 255) = 25.43%
R=28.52%
G=46.05%
B=25.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482391320.3800.450.06111.0376.9872.75
Hex94EF842602D66f4d49
Octal224357204460556157115111
Binary1001010011101111100001001001100101101110110111110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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