#94FD6D

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

Shades of Light Green #94FD6D

Tints of Light Green #94FD6D

Color information

#94FD6D (or 0x94FD6D) is unknown color: approx Light Green. HEX triplet: 94, FD and 6D. RGB value is (148,253,109). Sum of RGB (Red+Green+Blue) = 148+253+109=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FD6D is #6B0292. Grayscale: #CDCDCD. Windows color (decimal): -7013011 or 7208340. OLE color: 7208340.

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

Color convert

RGB148253109-
CMYK0.4200.570.01
HSL103.75º97.3%70.98%-
HSV(B)103.75º56.92%99.22%-
XYZ50.177.6526.82-
YUV205.1973.7187.21-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.02%
GREEN value IS 253 (99.22% from 255) = 49.61%
BLUE value IS 109 (42.97% from 255) = 21.37%
R=29.02%
G=49.61%
B=21.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482531090.4200.570.01103.7597.370.98
Hex94FD6D2A0391686147
Octal224375155520711150141107
Binary1001010011111101110110110101001110011110100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,253,109); }

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

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

 a { background-color: rgb(148,253,109); }

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

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

 span { border-color: rgb(148,253,109); }

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