#94FE81

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

Shades of Light Green #94FE81

Tints of Light Green #94FE81

Color information

#94FE81 (or 0x94FE81) is unknown color: approx Light Green. HEX triplet: 94, FE and 81. RGB value is (148,254,129). Sum of RGB (Red+Green+Blue) = 148+254+129=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FE81 is #6B017E. Grayscale: #D0D0D0. Windows color (decimal): -7012735 or 8519316. OLE color: 8519316.

HSL color Cylindrical-coordinate representation of color #94FE81: hue angle of 110.88º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94FE81 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB148254129-
CMYK0.4200.490.00
HSL110.88º98.43%75.1%-
HSV(B)110.88º49.21%99.61%-
XYZ51.6278.7633.25-
YUV208.0683.3885.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.87%
GREEN value IS 254 (99.61% from 255) = 47.83%
BLUE value IS 129 (50.78% from 255) = 24.29%
R=27.87%
G=47.83%
B=24.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1482541290.4200.490.00110.8898.4375.1
Hex94FE812A03106f624b
Octal224376201520610157142113
Binary10010100111111101000000110101001100010110111111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,254,129); }

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

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

 a { background-color: rgb(148,254,129); }

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

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

 span { border-color: rgb(148,254,129); }

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