#94F482

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

Shades of Light Green #94F482

Tints of Light Green #94F482

Color information

#94F482 (or 0x94F482) is unknown color: approx Light Green. HEX triplet: 94, F4 and 82. RGB value is (148,244,130). Sum of RGB (Red+Green+Blue) = 148+244+130=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 244 (95.70% from 255 or 46.74% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 244 - color contains mainly: green. Hex color #94F482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94F482 is #6B0B7D. Grayscale: #CACACA. Windows color (decimal): -7015294 or 8582292. OLE color: 8582292.

HSL color Cylindrical-coordinate representation of color #94F482: hue angle of 110.53º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94F482 is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB148244130-
CMYK0.3900.470.04
HSL110.53º83.82%73.33%-
HSV(B)110.53º46.72%95.69%-
XYZ48.5972.6132.57-
YUV202.387.289.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 244 (95.70% from 255) = 46.74%
BLUE value IS 130 (51.17% from 255) = 24.90%
R=28.35%
G=46.74%
B=24.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1482441300.3900.470.04110.5383.8273.33
Hex94F4822702F46f5449
Octal224364202470574157124111
Binary1001010011110100100000101001110101111100110111110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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