Html Css Color HEX #7CF086 Light Green

📋 copy color: '#7CF086'

red 124 ◦ green 240 ◦ blue 134

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

Shades of Light Green #7CF086

Tints of Light Green #7CF086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.91%

R = 24.9%
G = 48.19%
B = 26.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#7CF086 (or 0x7CF086) is known color: Light Green. HEX triplet: 7C, F0 and 86. RGB value is (124,240,134). Sum of RGB (Red+Green+Blue) = 124+240+134=498 (65% of max value = 765). Red value is 124 (48.83% from 255 or 24.90% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #7CF086 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF086 is #830F79. Grayscale: #C1C1C1. Windows color (decimal): -8589178 or 8843388. OLE color: 8843388.

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

Color convert

RGB 124 240 134 -
CMYK 0.48 0 0.44 0.06
HSL 125.17º 0.79% 0.71% -
HSV(B) 125.17º 0.48% 0.94% -
XYZ 43.78 68.33 33.44 -
YUV 193.23 94.57 78.62 -
System Red Green Blue C M Y K H S L
Decimal 124 240 134 0.48 0 0.44 0.06 125.17 0.79 0.71
Hex 7C F0 86 30 0 2C 6 7D 4F 47
Octal 174 360 206 60 0 54 6 175 117 107
Binary 1111100 11110000 10000110 110000 0 101100 110 1111101 1001111 1000111

Color Harmonies of #7CF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF086

Black with #7CF086

Text Example


Text Example

White with #7CF086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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