#80F190

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

Shades of Light Green #80F190

Tints of Light Green #80F190

Color information

#80F190 (or 0x80F190) is unknown color: approx Light Green. HEX triplet: 80, F1 and 90. RGB value is (128,241,144). Sum of RGB (Red+Green+Blue) = 128+241+144=513 (67% of max value = 765). Red value is 128 (50.39% from 255 or 24.95% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #80F190 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F190 is #7F0E6F. Grayscale: #C4C4C4. Windows color (decimal): -8326768 or 9499008. OLE color: 9499008.

HSL color Cylindrical-coordinate representation of color #80F190: hue angle of 128.5º 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 #80F190 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB128241144-
CMYK0.4700.400.05
HSL128.5º80.14%72.35%-
HSV(B)128.5º46.89%94.51%-
XYZ45.3969.5137.41-
YUV196.1598.5679.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.95%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=24.95%
G=46.98%
B=28.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282411440.4700.400.05128.580.1472.35
Hex80F1902F0285805048
Octal200361220570505200120110
Binary10000000111100011001000010111101010001011000000010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,241,144); }

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

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

 a { background-color: rgb(128,241,144); }

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

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

 span { border-color: rgb(128,241,144); }

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