Html Css Color HEX #80D134 Yellow Green

📋 copy color: '#80D134'

red 128 ◦ green 209 ◦ blue 52

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

Shades of Yellow Green #80D134

Tints of Yellow Green #80D134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.37%

R = 32.9%
G = 53.73%
B = 13.37%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#80D134 (or 0x80D134) is known color: Yellow Green. HEX triplet: 80, D1 and 34. RGB value is (128,209,52). Sum of RGB (Red+Green+Blue) = 128+209+52=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 209 (82.03% from 255 or 53.73% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 209 - color contains mainly: green. Hex color #80D134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D134 is #7F2ECB. Grayscale: #A7A7A7. Windows color (decimal): -8335052 or 3461504. OLE color: 3461504.

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

Color convert

RGB 128 209 52 -
CMYK 0.39 0 0.75 0.18
HSL 90.96º 0.63% 0.51% -
HSV(B) 90.96º 0.75% 0.82% -
XYZ 32.32 50.44 11.28 -
YUV 166.88 63.16 100.27 -
System Red Green Blue C M Y K H S L
Decimal 128 209 52 0.39 0 0.75 0.18 90.96 0.63 0.51
Hex 80 D1 34 27 0 4B 12 5B 3F 33
Octal 200 321 64 47 0 113 22 133 77 63
Binary 10000000 11010001 110100 100111 0 1001011 10010 1011011 111111 110011

Color Harmonies of #80D134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D134

Black with #80D134

Text Example


Text Example

White with #80D134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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