Html Css Color HEX #80D138 Yellow Green

📋 copy color: '#80D138'

red 128 ◦ green 209 ◦ blue 56

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

Shades of Yellow Green #80D138

Tints of Yellow Green #80D138

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.18%

 BLUE value IS 56 (22.27% from 255) = 14.25%

R = 32.57%
G = 53.18%
B = 14.25%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#80D138 (or 0x80D138) is known color: Yellow Green. HEX triplet: 80, D1 and 38. RGB value is (128,209,56). Sum of RGB (Red+Green+Blue) = 128+209+56=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #80D138 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D138 is #7F2EC7. Grayscale: #A7A7A7. Windows color (decimal): -8335048 or 3723648. OLE color: 3723648.

HSL color Cylindrical-coordinate representation of color #80D138: hue angle of 91.76º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80D138 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 209 56 -
CMYK 0.39 0 0.73 0.18
HSL 91.76º 0.62% 0.52% -
HSV(B) 91.76º 0.73% 0.82% -
XYZ 32.42 50.48 11.78 -
YUV 167.34 65.16 99.94 -
System Red Green Blue C M Y K H S L
Decimal 128 209 56 0.39 0 0.73 0.18 91.76 0.62 0.52
Hex 80 D1 38 27 0 49 12 5C 3E 34
Octal 200 321 70 47 0 111 22 134 76 64
Binary 10000000 11010001 111000 100111 0 1001001 10010 1011100 111110 110100

Color Harmonies of #80D138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D138

Black with #80D138

Text Example


Text Example

White with #80D138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,209,56); }

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

background-color css

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

 a { background-color: rgb(128,209,56); }

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

border-color css

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

 span { border-color: rgb(128,209,56); }

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