Html Css Color HEX #80FA85 Light Green

📋 copy color: '#80FA85'

red 128 ◦ green 250 ◦ blue 133

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

Shades of Light Green #80FA85

Tints of Light Green #80FA85

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.92%

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 25.05%
G = 48.92%
B = 26.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#80FA85 (or 0x80FA85) is known color: Light Green. HEX triplet: 80, FA and 85. RGB value is (128,250,133). Sum of RGB (Red+Green+Blue) = 128+250+133=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FA85 is #7F057A. Grayscale: #C8C8C8. Windows color (decimal): -8324475 or 8780416. OLE color: 8780416.

HSL color Cylindrical-coordinate representation of color #80FA85: hue angle of 122.46º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FA85 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 250 133 -
CMYK 0.49 0 0.47 0.02
HSL 122.46º 0.92% 0.74% -
HSV(B) 122.46º 0.49% 0.98% -
XYZ 47.32 74.65 34.11 -
YUV 200.18 90.08 76.51 -
System Red Green Blue C M Y K H S L
Decimal 128 250 133 0.49 0 0.47 0.02 122.46 0.92 0.74
Hex 80 FA 85 31 0 2F 2 7A 5C 4A
Octal 200 372 205 61 0 57 2 172 134 112
Binary 10000000 11111010 10000101 110001 0 101111 10 1111010 1011100 1001010

Color Harmonies of #80FA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80FA85

Black with #80FA85

Text Example


Text Example

White with #80FA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,250,133); }

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

background-color css

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

 a { background-color: rgb(128,250,133); }

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

border-color css

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

 span { border-color: rgb(128,250,133); }

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