Html Css Color HEX #80F18A Light Green

📋 copy color: '#80F18A'

red 128 ◦ green 241 ◦ blue 138

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

Shades of Light Green #80F18A

Tints of Light Green #80F18A

RGB

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

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

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

R = 25.25%
G = 47.53%
B = 27.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#80F18A (or 0x80F18A) is known color: Light Green. HEX triplet: 80, F1 and 8A. RGB value is (128,241,138). Sum of RGB (Red+Green+Blue) = 128+241+138=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #80F18A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F18A is #7F0E75. Grayscale: #C3C3C3. Windows color (decimal): -8326774 or 9105792. OLE color: 9105792.

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

Color convert

RGB 128 241 138 -
CMYK 0.47 0 0.43 0.05
HSL 125.31º 0.8% 0.72% -
HSV(B) 125.31º 0.47% 0.95% -
XYZ 44.94 69.33 35.06 -
YUV 195.47 95.56 79.88 -
System Red Green Blue C M Y K H S L
Decimal 128 241 138 0.47 0 0.43 0.05 125.31 0.8 0.72
Hex 80 F1 8A 2F 0 2B 5 7D 50 48
Octal 200 361 212 57 0 53 5 175 120 110
Binary 10000000 11110001 10001010 101111 0 101011 101 1111101 1010000 1001000

Color Harmonies of #80F18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F18A

Black with #80F18A

Text Example


Text Example

White with #80F18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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