Html Css Color HEX #7FF194 Light Green

📋 copy color: '#7FF194'

red 127 ◦ green 241 ◦ blue 148

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

Shades of Light Green #7FF194

Tints of Light Green #7FF194

RGB

 RED value IS 127 (50% from 255) = 24.61%

 GREEN value IS 241 (94.53% from 255) = 46.71%

 BLUE value IS 148 (58.2% from 255) = 28.68%

R = 24.61%
G = 46.71%
B = 28.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#7FF194 (or 0x7FF194) is known color: Light Green. HEX triplet: 7F, F1 and 94. RGB value is (127,241,148). Sum of RGB (Red+Green+Blue) = 127+241+148=516 (68% of max value = 765). Red value is 127 (50% from 255 or 24.61% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF194 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FF194 is #800E6B. Grayscale: #C4C4C4. Windows color (decimal): -8392300 or 9761151. OLE color: 9761151.

HSL color Cylindrical-coordinate representation of color #7FF194: hue angle of 131.05º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FF194 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 127 241 148 -
CMYK 0.47 0 0.39 0.05
HSL 131.05º 0.8% 0.72% -
HSV(B) 131.05º 0.47% 0.95% -
XYZ 45.55 69.56 39.04 -
YUV 196.31 100.73 78.56 -
System Red Green Blue C M Y K H S L
Decimal 127 241 148 0.47 0 0.39 0.05 131.05 0.8 0.72
Hex 7F F1 94 2F 0 27 5 83 50 48
Octal 177 361 224 57 0 47 5 203 120 110
Binary 1111111 11110001 10010100 101111 0 100111 101 10000011 1010000 1001000

Color Harmonies of #7FF194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FF194

Black with #7FF194

Text Example


Text Example

White with #7FF194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,241,148); }

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

background-color css

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

 a { background-color: rgb(127,241,148); }

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

border-color css

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

 span { border-color: rgb(127,241,148); }

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