Html Css Color HEX #80F920 Lawn Green

📋 copy color: '#80F920'

red 128 ◦ green 249 ◦ blue 32

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

Shades of Lawn Green #80F920

Tints of Lawn Green #80F920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 60.88%

 BLUE value IS 32 (12.89% from 255) = 7.82%

R = 31.3%
G = 60.88%
B = 7.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#80F920 (or 0x80F920) is known color: Lawn Green. HEX triplet: 80, F9 and 20. RGB value is (128,249,32). Sum of RGB (Red+Green+Blue) = 128+249+32=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 249 (97.66% from 255 or 60.88% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 249 - color contains mainly: green. Hex color #80F920 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80F920 is #7F06DF. Grayscale: #BCBCBC. Windows color (decimal): -8324832 or 2161024. OLE color: 2161024.

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

Color convert

RGB 128 249 32 -
CMYK 0.49 0 0.87 0.02
HSL 93.46º 0.95% 0.55% -
HSV(B) 93.46º 0.87% 0.98% -
XYZ 43.04 72.44 13.08 -
YUV 188.08 39.91 85.14 -
System Red Green Blue C M Y K H S L
Decimal 128 249 32 0.49 0 0.87 0.02 93.46 0.95 0.55
Hex 80 F9 20 31 0 57 2 5D 5F 37
Octal 200 371 40 61 0 127 2 135 137 67
Binary 10000000 11111001 100000 110001 0 1010111 10 1011101 1011111 110111

Color Harmonies of #80F920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F920

Black with #80F920

Text Example


Text Example

White with #80F920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,249,32); }

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

background-color css

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

 a { background-color: rgb(128,249,32); }

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

border-color css

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

 span { border-color: rgb(128,249,32); }

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