Html Css Color HEX #80F207 Lawn Green

📋 copy color: '#80F207'

red 128 ◦ green 242 ◦ blue 7

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

Shades of Lawn Green #80F207

Tints of Lawn Green #80F207

RGB

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

 GREEN value IS 242 (94.92% from 255) = 64.19%

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 33.95%
G = 64.19%
B = 1.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#80F207 (or 0x80F207) is known color: Lawn Green. HEX triplet: 80, F2 and 07. RGB value is (128,242,7). Sum of RGB (Red+Green+Blue) = 128+242+7=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #80F207 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F207 is #7F0DF8. Grayscale: #B5B5B5. Windows color (decimal): -8326649 or 520832. OLE color: 520832.

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

Color convert

RGB 128 242 7 -
CMYK 0.47 0 0.97 0.05
HSL 89.11º 0.94% 0.49% -
HSV(B) 89.11º 0.97% 0.95% -
XYZ 40.69 68.11 11.2 -
YUV 181.12 29.73 90.11 -
System Red Green Blue C M Y K H S L
Decimal 128 242 7 0.47 0 0.97 0.05 89.11 0.94 0.49
Hex 80 F2 7 2F 0 61 5 59 5E 31
Octal 200 362 7 57 0 141 5 131 136 61
Binary 10000000 11110010 111 101111 0 1100001 101 1011001 1011110 110001

Color Harmonies of #80F207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F207

Black with #80F207

Text Example


Text Example

White with #80F207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,242,7); }

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

background-color css

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

 a { background-color: rgb(128,242,7); }

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

border-color css

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

 span { border-color: rgb(128,242,7); }

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