Html Css Color HEX #80F008 Lawn Green

📋 copy color: '#80F008'

red 128 ◦ green 240 ◦ blue 8

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

Shades of Lawn Green #80F008

Tints of Lawn Green #80F008

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.83%

 BLUE value IS 8 (3.52% from 255) = 2.13%

R = 34.04%
G = 63.83%
B = 2.13%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#80F008 (or 0x80F008) is known color: Lawn Green. HEX triplet: 80, F0 and 08. RGB value is (128,240,8). Sum of RGB (Red+Green+Blue) = 128+240+8=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 240 (94.14% from 255 or 63.83% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 240 - color contains mainly: green. Hex color #80F008 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F008 is #7F0FF7. Grayscale: #B4B4B4. Windows color (decimal): -8327160 or 585856. OLE color: 585856.

HSL color Cylindrical-coordinate representation of color #80F008: hue angle of 88.97º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80F008 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 240 8 -
CMYK 0.47 0 0.97 0.06
HSL 88.97º 0.94% 0.49% -
HSV(B) 88.97º 0.97% 0.94% -
XYZ 40.11 66.93 11.03 -
YUV 180.06 30.89 90.86 -
System Red Green Blue C M Y K H S L
Decimal 128 240 8 0.47 0 0.97 0.06 88.97 0.94 0.49
Hex 80 F0 8 2F 0 61 6 59 5E 31
Octal 200 360 10 57 0 141 6 131 136 61
Binary 10000000 11110000 1000 101111 0 1100001 110 1011001 1011110 110001

Color Harmonies of #80F008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F008

Black with #80F008

Text Example


Text Example

White with #80F008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,240,8); }

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

background-color css

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

 a { background-color: rgb(128,240,8); }

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

border-color css

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

 span { border-color: rgb(128,240,8); }

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