Html Css Color HEX #80B53A Sushi

📋 copy color: '#80B53A'

red 128 ◦ green 181 ◦ blue 58

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

Shades of Sushi #80B53A

Tints of Sushi #80B53A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.32%

 BLUE value IS 58 (23.05% from 255) = 15.8%

R = 34.88%
G = 49.32%
B = 15.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#80B53A (or 0x80B53A) is known color: Sushi. HEX triplet: 80, B5 and 3A. RGB value is (128,181,58). Sum of RGB (Red+Green+Blue) = 128+181+58=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 181 (71.09% from 255 or 49.32% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 181 - color contains mainly: green. Hex color #80B53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B53A is #7F4AC5. Grayscale: #979797. Windows color (decimal): -8342214 or 3847552. OLE color: 3847552.

HSL color Cylindrical-coordinate representation of color #80B53A: hue angle of 85.85º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80B53A is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 58 -
CMYK 0.29 0 0.68 0.29
HSL 85.85º 0.51% 0.47% -
HSV(B) 85.85º 0.68% 0.71% -
XYZ 26.19 37.94 9.95 -
YUV 151.13 75.44 111.5 -
System Red Green Blue C M Y K H S L
Decimal 128 181 58 0.29 0 0.68 0.29 85.85 0.51 0.47
Hex 80 B5 3A 1D 0 44 1D 56 33 2F
Octal 200 265 72 35 0 104 35 126 63 57
Binary 10000000 10110101 111010 11101 0 1000100 11101 1010110 110011 101111

Color Harmonies of #80B53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B53A

Black with #80B53A

Text Example


Text Example

White with #80B53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,181,58); }

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

background-color css

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

 a { background-color: rgb(128,181,58); }

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

border-color css

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

 span { border-color: rgb(128,181,58); }

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