Html Css Color HEX #80F812 Lawn Green

📋 copy color: '#80F812'

red 128 ◦ green 248 ◦ blue 18

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

Shades of Lawn Green #80F812

Tints of Lawn Green #80F812

RGB

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

 GREEN value IS 248 (97.27% from 255) = 62.94%

 BLUE value IS 18 (7.42% from 255) = 4.57%

R = 32.49%
G = 62.94%
B = 4.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#80F812 (or 0x80F812) is known color: Lawn Green. HEX triplet: 80, F8 and 12. RGB value is (128,248,18). Sum of RGB (Red+Green+Blue) = 128+248+18=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 248 (97.27% from 255 or 62.94% from 394); Blue value is 18 (7.42% from 255 or 4.57% from 394); Max value from RGB is 248 - color contains mainly: green. Hex color #80F812 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F812 is #7F07ED. Grayscale: #BABABA. Windows color (decimal): -8325102 or 1243264. OLE color: 1243264.

HSL color Cylindrical-coordinate representation of color #80F812: hue angle of 91.3º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80F812 is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 248 18 -
CMYK 0.48 0 0.93 0.03
HSL 91.3º 0.94% 0.52% -
HSV(B) 91.3º 0.93% 0.97% -
XYZ 42.58 71.77 12.18 -
YUV 185.9 33.24 86.7 -
System Red Green Blue C M Y K H S L
Decimal 128 248 18 0.48 0 0.93 0.03 91.3 0.94 0.52
Hex 80 F8 12 30 0 5D 3 5B 5E 34
Octal 200 370 22 60 0 135 3 133 136 64
Binary 10000000 11111000 10010 110000 0 1011101 11 1011011 1011110 110100

Color Harmonies of #80F812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F812

Black with #80F812

Text Example


Text Example

White with #80F812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,248,18); }

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

background-color css

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

 a { background-color: rgb(128,248,18); }

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

border-color css

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

 span { border-color: rgb(128,248,18); }

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