#7CF091

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

Shades of Light Green #7CF091

Tints of Light Green #7CF091

Color information

#7CF091 (or 0x7CF091) is unknown color: approx Light Green. HEX triplet: 7C, F0 and 91. RGB value is (124,240,145). Sum of RGB (Red+Green+Blue) = 124+240+145=509 (67% of max value = 765). Red value is 124 (48.83% from 255 or 24.36% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF091 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF091 is #830F6E. Grayscale: #C2C2C2. Windows color (decimal): -8589167 or 9564284. OLE color: 9564284.

HSL color Cylindrical-coordinate representation of color #7CF091: hue angle of 130.86º 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 #7CF091 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB124240145-
CMYK0.4800.400.06
HSL130.86º79.45%71.37%-
HSV(B)130.86º48.33%94.12%-
XYZ44.5868.6537.69-
YUV194.49100.0777.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 24.36%
GREEN value IS 240 (94.14% from 255) = 47.15%
BLUE value IS 145 (57.03% from 255) = 28.49%
R=24.36%
G=47.15%
B=28.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1242401450.4800.400.06130.8679.4571.37
Hex7CF091300286834f47
Octal174360221600506203117107
Binary1111100111100001001000111000001010001101000001110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CF091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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