#94F074

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

Shades of Light Green #94F074

Tints of Light Green #94F074

Color information

#94F074 (or 0x94F074) is unknown color: approx Light Green. HEX triplet: 94, F0 and 74. RGB value is (148,240,116). Sum of RGB (Red+Green+Blue) = 148+240+116=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #94F074 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F074 is #6B0F8B. Grayscale: #C6C6C6. Windows color (decimal): -7016332 or 7663764. OLE color: 7663764.

HSL color Cylindrical-coordinate representation of color #94F074: hue angle of 104.52º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94F074 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB148240116-
CMYK0.3800.520.06
HSL104.52º80.52%69.8%-
HSV(B)104.52º51.67%94.12%-
XYZ46.5369.8827.56-
YUV198.3681.5292.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 240 (94.14% from 255) = 47.62%
BLUE value IS 116 (45.70% from 255) = 23.02%
R=29.37%
G=47.62%
B=23.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1482401160.3800.520.06104.5280.5269.8
Hex94F074260346695146
Octal224360164460646151121106
Binary100101001111000011101001001100110100110110100110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,240,116); }

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

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

 a { background-color: rgb(148,240,116); }

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

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

 span { border-color: rgb(148,240,116); }

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