#94FF6C

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

Shades of Light Green #94FF6C

Tints of Light Green #94FF6C

Color information

#94FF6C (or 0x94FF6C) is unknown color: approx Light Green. HEX triplet: 94, FF and 6C. RGB value is (148,255,108). Sum of RGB (Red+Green+Blue) = 148+255+108=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FF6C is #6B0093. Grayscale: #CECECE. Windows color (decimal): -7012500 or 7143316. OLE color: 7143316.

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

Color convert

RGB148255108-
CMYK0.4200.580
HSL103.67º100%71.18%-
HSV(B)103.67º57.65%100%-
XYZ50.6878.926.75-
YUV206.2572.5586.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 255 (100% from 255) = 49.90%
BLUE value IS 108 (42.58% from 255) = 21.14%
R=28.96%
G=49.90%
B=21.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1482551080.4200.580103.6710071.18
Hex94FF6C2A03A0686447
Octal224377154520720150144107
Binary1001010011111111110110010101001110100110100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,255,108); }

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

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

 a { background-color: rgb(148,255,108); }

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

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

 span { border-color: rgb(148,255,108); }

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