Html Css Color HEX #80AD32 Sushi

📋 copy color: '#80AD32'

red 128 ◦ green 173 ◦ blue 50

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

Shades of Sushi #80AD32

Tints of Sushi #80AD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 49.29%

 BLUE value IS 50 (19.92% from 255) = 14.25%

R = 36.47%
G = 49.29%
B = 14.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#80AD32 (or 0x80AD32) is known color: Sushi. HEX triplet: 80, AD and 32. RGB value is (128,173,50). Sum of RGB (Red+Green+Blue) = 128+173+50=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AD32 is #7F52CD. Grayscale: #919191. Windows color (decimal): -8344270 or 3321216. OLE color: 3321216.

HSL color Cylindrical-coordinate representation of color #80AD32: hue angle of 81.95º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80AD32 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 173 50 -
CMYK 0.26 0 0.71 0.32
HSL 81.95º 0.55% 0.44% -
HSV(B) 81.95º 0.71% 0.68% -
XYZ 24.42 34.71 8.43 -
YUV 145.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 128 173 50 0.26 0 0.71 0.32 81.95 0.55 0.44
Hex 80 AD 32 1A 0 47 20 52 37 2C
Octal 200 255 62 32 0 107 40 122 67 54
Binary 10000000 10101101 110010 11010 0 1000111 100000 1010010 110111 101100

Color Harmonies of #80AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD32

Black with #80AD32

Text Example


Text Example

White with #80AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,173,50); }

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

background-color css

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

 a { background-color: rgb(128,173,50); }

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

border-color css

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

 span { border-color: rgb(128,173,50); }

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