Html Css Color HEX #80C536 Yellow Green

📋 copy color: '#80C536'

red 128 ◦ green 197 ◦ blue 54

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

Shades of Yellow Green #80C536

Tints of Yellow Green #80C536

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.98%

 BLUE value IS 54 (21.48% from 255) = 14.25%

R = 33.77%
G = 51.98%
B = 14.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#80C536 (or 0x80C536) is known color: Yellow Green. HEX triplet: 80, C5 and 36. RGB value is (128,197,54). Sum of RGB (Red+Green+Blue) = 128+197+54=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #80C536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C536 is #7F3AC9. Grayscale: #A0A0A0. Windows color (decimal): -8338122 or 3589504. OLE color: 3589504.

HSL color Cylindrical-coordinate representation of color #80C536: hue angle of 88.95º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80C536 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 197 54 -
CMYK 0.35 0 0.73 0.23
HSL 88.95º 0.57% 0.49% -
HSV(B) 88.95º 0.73% 0.77% -
XYZ 29.53 44.79 10.58 -
YUV 160.07 68.14 105.13 -
System Red Green Blue C M Y K H S L
Decimal 128 197 54 0.35 0 0.73 0.23 88.95 0.57 0.49
Hex 80 C5 36 23 0 49 17 59 39 31
Octal 200 305 66 43 0 111 27 131 71 61
Binary 10000000 11000101 110110 100011 0 1001001 10111 1011001 111001 110001

Color Harmonies of #80C536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C536

Black with #80C536

Text Example


Text Example

White with #80C536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,197,54); }

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

background-color css

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

 a { background-color: rgb(128,197,54); }

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

border-color css

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

 span { border-color: rgb(128,197,54); }

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