Html Css Color HEX #80F78A Light Green

📋 copy color: '#80F78A'

red 128 ◦ green 247 ◦ blue 138

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

Shades of Light Green #80F78A

Tints of Light Green #80F78A

RGB

 RED value IS 128 (50.39% from 255) = 24.95%

 GREEN value IS 247 (96.88% from 255) = 48.15%

 BLUE value IS 138 (54.3% from 255) = 26.9%

R = 24.95%
G = 48.15%
B = 26.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#80F78A (or 0x80F78A) is known color: Light Green. HEX triplet: 80, F7 and 8A. RGB value is (128,247,138). Sum of RGB (Red+Green+Blue) = 128+247+138=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #80F78A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F78A is #7F0875. Grayscale: #C7C7C7. Windows color (decimal): -8325238 or 9107328. OLE color: 9107328.

HSL color Cylindrical-coordinate representation of color #80F78A: hue angle of 125.04º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80F78A is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 247 138 -
CMYK 0.48 0 0.44 0.03
HSL 125.04º 0.88% 0.74% -
HSV(B) 125.04º 0.48% 0.97% -
XYZ 46.75 72.95 35.66 -
YUV 198.99 93.58 77.36 -
System Red Green Blue C M Y K H S L
Decimal 128 247 138 0.48 0 0.44 0.03 125.04 0.88 0.74
Hex 80 F7 8A 30 0 2C 3 7D 58 4A
Octal 200 367 212 60 0 54 3 175 130 112
Binary 10000000 11110111 10001010 110000 0 101100 11 1111101 1011000 1001010

Color Harmonies of #80F78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F78A

Black with #80F78A

Text Example


Text Example

White with #80F78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80F78A; }

 p { color: rgb(128,247,138); }

 H1.HeaderClassName
 {
   color: #80F78A;
 }
 .AnyTagClassName
 {
   color: #80F78A;
 }
</style>

background-color css

<style>
 a { background-color: #80F78A; }

 a { background-color: rgb(128,247,138); }

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

border-color css

<style>
 span { border-color: #80F78A; }

 span { border-color: rgb(128,247,138); }

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