#7cf094

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

Shades of Light Green #7CF094

Tints of Light Green #7CF094

Color information

#7CF094 (or 0x7CF094) is unknown color: approx Light Green. HEX triplet: 7C, F0 and 94. RGB value is (124,240,148). Sum of RGB (Red+Green+Blue) = 124+240+148=512 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.22% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF094 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF094 is #830F6B. Grayscale: #C3C3C3. Windows color (decimal): -8589164 or 9760892. OLE color: 9760892.

HSL color Cylindrical-coordinate representation of color #7CF094: hue angle of 132.41º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CF094 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB124240148-
CMYK0.4800.380.06
HSL132.41º79.45%71.37%-
HSV(B)132.41º48.33%94.12%-
XYZ44.8268.7438.92-
YUV194.83101.5777.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.22%
GREEN value IS 240 (94.14% from 255) = 46.88%
BLUE value IS 148 (58.20% from 255) = 28.91%
R=24.22%
G=46.88%
B=28.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242401480.4800.380.06132.4179.4571.37
Hex7CF094300266844f47
Octal174360224600466204117107
Binary1111100111100001001010011000001001101101000010010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cf094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7cf094; }

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

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

<style>
 a { background-color: #7cf094; }

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

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

<style>
 span { border-color: #7cf094; }

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

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