Html Css Color HEX #80EB2C Yellow Green

📋 copy color: '#80EB2C'

red 128 ◦ green 235 ◦ blue 44

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

Shades of Yellow Green #80EB2C

Tints of Yellow Green #80EB2C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 57.74%

 BLUE value IS 44 (17.58% from 255) = 10.81%

R = 31.45%
G = 57.74%
B = 10.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#80EB2C (or 0x80EB2C) is known color: Yellow Green. HEX triplet: 80, EB and 2C. RGB value is (128,235,44). Sum of RGB (Red+Green+Blue) = 128+235+44=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 235 (92.19% from 255 or 57.74% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EB2C is #7F14D3. Grayscale: #B5B5B5. Windows color (decimal): -8328404 or 2943872. OLE color: 2943872.

HSL color Cylindrical-coordinate representation of color #80EB2C: hue angle of 93.61º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80EB2C is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 235 44 -
CMYK 0.46 0 0.81 0.08
HSL 93.61º 0.83% 0.55% -
HSV(B) 93.61º 0.81% 0.92% -
XYZ 39.07 64.19 12.71 -
YUV 181.23 50.55 90.03 -
System Red Green Blue C M Y K H S L
Decimal 128 235 44 0.46 0 0.81 0.08 93.61 0.83 0.55
Hex 80 EB 2C 2E 0 51 8 5E 53 37
Octal 200 353 54 56 0 121 10 136 123 67
Binary 10000000 11101011 101100 101110 0 1010001 1000 1011110 1010011 110111

Color Harmonies of #80EB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EB2C

Black with #80EB2C

Text Example


Text Example

White with #80EB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,235,44); }

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

background-color css

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

 a { background-color: rgb(128,235,44); }

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

border-color css

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

 span { border-color: rgb(128,235,44); }

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