#94F971

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

Shades of Light Green #94F971

Tints of Light Green #94F971

Color information

#94F971 (or 0x94F971) is unknown color: approx Light Green. HEX triplet: 94, F9 and 71. RGB value is (148,249,113). Sum of RGB (Red+Green+Blue) = 148+249+113=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #94F971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F971 is #6B068E. Grayscale: #CBCBCB. Windows color (decimal): -7014031 or 7469460. OLE color: 7469460.

HSL color Cylindrical-coordinate representation of color #94F971: hue angle of 104.56º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94F971 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB148249113-
CMYK0.4100.550.02
HSL104.56º91.89%70.98%-
HSV(B)104.56º54.62%97.65%-
XYZ49.0775.2427.56-
YUV203.377.0488.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.02%
GREEN value IS 249 (97.66% from 255) = 48.82%
BLUE value IS 113 (44.53% from 255) = 22.16%
R=29.02%
G=48.82%
B=22.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1482491130.4100.550.02104.5691.8970.98
Hex94F971290372695c47
Octal224371161510672151134107
Binary10010100111110011110001101001011011110110100110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,249,113); }

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

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

 a { background-color: rgb(148,249,113); }

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

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

 span { border-color: rgb(148,249,113); }

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