Html Css Color HEX #80AD3D Sushi

📋 copy color: '#80AD3D'

red 128 ◦ green 173 ◦ blue 61

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

Shades of Sushi #80AD3D

Tints of Sushi #80AD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.85%

R = 35.36%
G = 47.79%
B = 16.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#80AD3D (or 0x80AD3D) is known color: Sushi. HEX triplet: 80, AD and 3D. RGB value is (128,173,61). Sum of RGB (Red+Green+Blue) = 128+173+61=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AD3D is #7F52C2. Grayscale: #939393. Windows color (decimal): -8344259 or 4042112. OLE color: 4042112.

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

Color convert

RGB 128 173 61 -
CMYK 0.26 0 0.65 0.32
HSL 84.11º 0.48% 0.46% -
HSV(B) 84.11º 0.65% 0.68% -
XYZ 24.69 34.81 9.83 -
YUV 146.78 79.59 114.61 -
System Red Green Blue C M Y K H S L
Decimal 128 173 61 0.26 0 0.65 0.32 84.11 0.48 0.46
Hex 80 AD 3D 1A 0 41 20 54 30 2E
Octal 200 255 75 32 0 101 40 124 60 56
Binary 10000000 10101101 111101 11010 0 1000001 100000 1010100 110000 101110

Color Harmonies of #80AD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD3D

Black with #80AD3D

Text Example


Text Example

White with #80AD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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