#94FC75

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

Shades of Light Green #94FC75

Tints of Light Green #94FC75

Color information

#94FC75 (or 0x94FC75) is unknown color: approx Light Green. HEX triplet: 94, FC and 75. RGB value is (148,252,117). Sum of RGB (Red+Green+Blue) = 148+252+117=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FC75 is #6B038A. Grayscale: #CDCDCD. Windows color (decimal): -7013259 or 7732372. OLE color: 7732372.

HSL color Cylindrical-coordinate representation of color #94FC75: hue angle of 106.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94FC75 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB148252117-
CMYK0.4100.540.01
HSL106.22º95.74%72.35%-
HSV(B)106.22º53.57%98.82%-
XYZ50.2377.229.08-
YUV205.5178.0486.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 252 (98.83% from 255) = 48.74%
BLUE value IS 117 (46.09% from 255) = 22.63%
R=28.63%
G=48.74%
B=22.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482521170.4100.540.01106.2295.7472.35
Hex94FC752903616a6048
Octal224374165510661152140110
Binary1001010011111100111010110100101101101110101011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,252,117); }

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

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

 a { background-color: rgb(148,252,117); }

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

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

 span { border-color: rgb(148,252,117); }

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