Html Css Color HEX #7CF495 Light Green

📋 copy color: '#7CF495'

red 124 ◦ green 244 ◦ blue 149

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

Shades of Light Green #7CF495

Tints of Light Green #7CF495

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.2%

 BLUE value IS 149 (58.59% from 255) = 28.82%

R = 23.98%
G = 47.2%
B = 28.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#7CF495 (or 0x7CF495) is known color: Light Green. HEX triplet: 7C, F4 and 95. RGB value is (124,244,149). Sum of RGB (Red+Green+Blue) = 124+244+149=517 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.98% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #7CF495 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CF495 is #830B6A. Grayscale: #C5C5C5. Windows color (decimal): -8588139 or 9827452. OLE color: 9827452.

HSL color Cylindrical-coordinate representation of color #7CF495: hue angle of 132.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7CF495 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 124 244 149 -
CMYK 0.49 0 0.39 0.04
HSL 132.5º 0.85% 0.72% -
HSV(B) 132.5º 0.49% 0.96% -
XYZ 46.09 71.16 39.74 -
YUV 197.29 100.74 75.72 -
System Red Green Blue C M Y K H S L
Decimal 124 244 149 0.49 0 0.39 0.04 132.5 0.85 0.72
Hex 7C F4 95 31 0 27 4 84 55 48
Octal 174 364 225 61 0 47 4 204 125 110
Binary 1111100 11110100 10010101 110001 0 100111 100 10000100 1010101 1001000

Color Harmonies of #7CF495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF495

Black with #7CF495

Text Example


Text Example

White with #7CF495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,244,149); }

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

background-color css

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

 a { background-color: rgb(124,244,149); }

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

border-color css

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

 span { border-color: rgb(124,244,149); }

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