Html Css Color HEX #7CF096 Light Green

📋 copy color: '#7CF096'

red 124 ◦ green 240 ◦ blue 150

#7CF096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Green #7CF096

Tints of Light Green #7CF096

RGB

 RED value IS 124 (48.83% from 255) = 24.12%

 GREEN value IS 240 (94.14% from 255) = 46.69%

 BLUE value IS 150 (58.98% from 255) = 29.18%

R = 24.12%
G = 46.69%
B = 29.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#7CF096 (or 0x7CF096) is known color: Light Green. HEX triplet: 7C, F0 and 96. RGB value is (124,240,150). Sum of RGB (Red+Green+Blue) = 124+240+150=514 (68% of max value = 765). Red value is 124 (48.83% from 255 or 24.12% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF096 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF096 is #830F69. Grayscale: #C3C3C3. Windows color (decimal): -8589162 or 9891964. OLE color: 9891964.

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

Color convert

RGB 124 240 150 -
CMYK 0.48 0 0.37 0.06
HSL 133.45º 0.79% 0.71% -
HSV(B) 133.45º 0.48% 0.94% -
XYZ 44.98 68.81 39.76 -
YUV 195.06 102.57 77.32 -
System Red Green Blue C M Y K H S L
Decimal 124 240 150 0.48 0 0.37 0.06 133.45 0.79 0.71
Hex 7C F0 96 30 0 25 6 85 4F 47
Octal 174 360 226 60 0 45 6 205 117 107
Binary 1111100 11110000 10010110 110000 0 100101 110 10000101 1001111 1000111

Color Harmonies of #7CF096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF096

Black with #7CF096

Text Example


Text Example

White with #7CF096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CF096;
 }
 .AnyTagClassName
 {
   color: #7CF096;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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