#94FD82

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

Shades of Light Green #94FD82

Tints of Light Green #94FD82

Color information

#94FD82 (or 0x94FD82) is unknown color: approx Light Green. HEX triplet: 94, FD and 82. RGB value is (148,253,130). Sum of RGB (Red+Green+Blue) = 148+253+130=531 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.87% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FD82 is #6B027D. Grayscale: #CFCFCF. Windows color (decimal): -7012990 or 8584596. OLE color: 8584596.

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

Color convert

RGB148253130-
CMYK0.4200.490.01
HSL111.22º96.85%75.1%-
HSV(B)111.22º48.62%99.22%-
XYZ51.3778.1633.5-
YUV207.5884.2185.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.87%
GREEN value IS 253 (99.22% from 255) = 47.65%
BLUE value IS 130 (51.17% from 255) = 24.48%
R=27.87%
G=47.65%
B=24.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482531300.4200.490.01111.2296.8575.1
Hex94FD822A03116f614b
Octal224375202520611157141113
Binary10010100111111011000001010101001100011110111111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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