Html Css Color HEX #80AD41 Sushi

📋 copy color: '#80AD41'

red 128 ◦ green 173 ◦ blue 65

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

Shades of Sushi #80AD41

Tints of Sushi #80AD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.76%

R = 34.97%
G = 47.27%
B = 17.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#80AD41 (or 0x80AD41) is known color: Sushi. HEX triplet: 80, AD and 41. RGB value is (128,173,65). Sum of RGB (Red+Green+Blue) = 128+173+65=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AD41 is #7F52BE. Grayscale: #939393. Windows color (decimal): -8344255 or 4304256. OLE color: 4304256.

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

Color convert

RGB 128 173 65 -
CMYK 0.26 0 0.62 0.32
HSL 85º 0.45% 0.47% -
HSV(B) 85º 0.62% 0.68% -
XYZ 24.8 34.86 10.42 -
YUV 147.23 81.59 114.28 -
System Red Green Blue C M Y K H S L
Decimal 128 173 65 0.26 0 0.62 0.32 85 0.45 0.47
Hex 80 AD 41 1A 0 3E 20 55 2D 2F
Octal 200 255 101 32 0 76 40 125 55 57
Binary 10000000 10101101 1000001 11010 0 111110 100000 1010101 101101 101111

Color Harmonies of #80AD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD41

Black with #80AD41

Text Example


Text Example

White with #80AD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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