#80F39A

Color #80F39A Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #80F39A

Tints of Light Green #80F39A

Color information

#80F39A (or 0x80F39A) is unknown color: approx Light Green. HEX triplet: 80, F3 and 9A. RGB value is (128,243,154). Sum of RGB (Red+Green+Blue) = 128+243+154=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #80F39A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F39A is #7F0C65. Grayscale: #C6C6C6. Windows color (decimal): -8326246 or 10154880. OLE color: 10154880.

HSL color Cylindrical-coordinate representation of color #80F39A: hue angle of 133.57º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80F39A is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB128243154-
CMYK0.4700.370.05
HSL133.57º82.73%72.75%-
HSV(B)133.57º47.33%95.29%-
XYZ46.7971.0241.81-
YUV198.47102.977.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.38%
GREEN value IS 243 (95.31% from 255) = 46.29%
BLUE value IS 154 (60.55% from 255) = 29.33%
R=24.38%
G=46.29%
B=29.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282431540.4700.370.05133.5782.7372.75
Hex80F39A2F0255865349
Octal200363232570455206123111
Binary10000000111100111001101010111101001011011000011010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,243,154); }

 H1.HeaderClassName
 {
   color: #80F39A;
 }
 .AnyTagClassName
 {
   color: #80F39A;
 }
</style>
background-color css

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

 a { background-color: rgb(128,243,154); }

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

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

 span { border-color: rgb(128,243,154); }

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