Html Css Color HEX #80FD7A Light Green

📋 copy color: '#80FD7A'

red 128 ◦ green 253 ◦ blue 122

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

Shades of Light Green #80FD7A

Tints of Light Green #80FD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.3%

 BLUE value IS 122 (48.05% from 255) = 24.25%

R = 25.45%
G = 50.3%
B = 24.25%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#80FD7A (or 0x80FD7A) is known color: Light Green. HEX triplet: 80, FD and 7A. RGB value is (128,253,122). Sum of RGB (Red+Green+Blue) = 128+253+122=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #80FD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80FD7A is #7F0285. Grayscale: #C9C9C9. Windows color (decimal): -8323718 or 8060288. OLE color: 8060288.

HSL color Cylindrical-coordinate representation of color #80FD7A: hue angle of 117.25º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80FD7A is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 128 253 122 -
CMYK 0.49 0 0.52 0.01
HSL 117.25º 0.97% 0.74% -
HSV(B) 117.25º 0.52% 0.99% -
XYZ 47.54 76.24 30.62 -
YUV 200.69 83.59 76.15 -
System Red Green Blue C M Y K H S L
Decimal 128 253 122 0.49 0 0.52 0.01 117.25 0.97 0.74
Hex 80 FD 7A 31 0 34 1 75 61 4A
Octal 200 375 172 61 0 64 1 165 141 112
Binary 10000000 11111101 1111010 110001 0 110100 1 1110101 1100001 1001010

Color Harmonies of #80FD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FD7A

Black with #80FD7A

Text Example


Text Example

White with #80FD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,253,122); }

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

background-color css

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

 a { background-color: rgb(128,253,122); }

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

border-color css

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

 span { border-color: rgb(128,253,122); }

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