Html Css Color HEX #80EF8C Light Green

📋 copy color: '#80EF8C'

red 128 ◦ green 239 ◦ blue 140

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

Shades of Light Green #80EF8C

Tints of Light Green #80EF8C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.14%

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 25.25%
G = 47.14%
B = 27.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#80EF8C (or 0x80EF8C) is known color: Light Green. HEX triplet: 80, EF and 8C. RGB value is (128,239,140). Sum of RGB (Red+Green+Blue) = 128+239+140=507 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.25% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80EF8C is #7F1073. Grayscale: #C2C2C2. Windows color (decimal): -8327284 or 9236352. OLE color: 9236352.

HSL color Cylindrical-coordinate representation of color #80EF8C: hue angle of 126.49º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80EF8C is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 140 -
CMYK 0.46 0 0.41 0.06
HSL 126.49º 0.78% 0.72% -
HSV(B) 126.49º 0.46% 0.94% -
XYZ 44.5 68.22 35.63 -
YUV 194.53 97.23 80.55 -
System Red Green Blue C M Y K H S L
Decimal 128 239 140 0.46 0 0.41 0.06 126.49 0.78 0.72
Hex 80 EF 8C 2E 0 29 6 7E 4E 48
Octal 200 357 214 56 0 51 6 176 116 110
Binary 10000000 11101111 10001100 101110 0 101001 110 1111110 1001110 1001000

Color Harmonies of #80EF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EF8C

Black with #80EF8C

Text Example


Text Example

White with #80EF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,239,140); }

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

background-color css

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

 a { background-color: rgb(128,239,140); }

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

border-color css

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

 span { border-color: rgb(128,239,140); }

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