Html Css Color HEX #80EF0F Lawn Green

📋 copy color: '#80EF0F'

red 128 ◦ green 239 ◦ blue 15

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

Shades of Lawn Green #80EF0F

Tints of Lawn Green #80EF0F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 62.57%

 BLUE value IS 15 (6.25% from 255) = 3.93%

R = 33.51%
G = 62.57%
B = 3.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#80EF0F (or 0x80EF0F) is known color: Lawn Green. HEX triplet: 80, EF and 0F. RGB value is (128,239,15). Sum of RGB (Red+Green+Blue) = 128+239+15=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 239 (93.75% from 255 or 62.57% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EF0F is #7F10F0. Grayscale: #B5B5B5. Windows color (decimal): -8327409 or 1044352. OLE color: 1044352.

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

Color convert

RGB 128 239 15 -
CMYK 0.46 0 0.94 0.06
HSL 89.73º 0.88% 0.5% -
HSV(B) 89.73º 0.94% 0.94% -
XYZ 39.85 66.36 11.16 -
YUV 180.28 34.73 90.71 -
System Red Green Blue C M Y K H S L
Decimal 128 239 15 0.46 0 0.94 0.06 89.73 0.88 0.5
Hex 80 EF F 2E 0 5E 6 5A 58 32
Octal 200 357 17 56 0 136 6 132 130 62
Binary 10000000 11101111 1111 101110 0 1011110 110 1011010 1011000 110010

Color Harmonies of #80EF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EF0F

Black with #80EF0F

Text Example


Text Example

White with #80EF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,239,15); }

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

background-color css

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

 a { background-color: rgb(128,239,15); }

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

border-color css

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

 span { border-color: rgb(128,239,15); }

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