Html Css Color HEX #80F005 Lawn Green

📋 copy color: '#80F005'

red 128 ◦ green 240 ◦ blue 5

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

Shades of Lawn Green #80F005

Tints of Lawn Green #80F005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 34.32%
G = 64.34%
B = 1.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#80F005 (or 0x80F005) is known color: Lawn Green. HEX triplet: 80, F0 and 05. RGB value is (128,240,5). Sum of RGB (Red+Green+Blue) = 128+240+5=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #80F005 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F005 is #7F0FFA. Grayscale: #B4B4B4. Windows color (decimal): -8327163 or 389248. OLE color: 389248.

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

Color convert

RGB 128 240 5 -
CMYK 0.47 0 0.98 0.06
HSL 88.6º 0.96% 0.48% -
HSV(B) 88.6º 0.98% 0.94% -
XYZ 40.09 66.92 10.95 -
YUV 179.72 29.39 91.11 -
System Red Green Blue C M Y K H S L
Decimal 128 240 5 0.47 0 0.98 0.06 88.6 0.96 0.48
Hex 80 F0 5 2F 0 62 6 59 60 30
Octal 200 360 5 57 0 142 6 131 140 60
Binary 10000000 11110000 101 101111 0 1100010 110 1011001 1100000 110000

Color Harmonies of #80F005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F005

Black with #80F005

Text Example


Text Example

White with #80F005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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