Html Css Color HEX #80B53C Sushi

📋 copy color: '#80B53C'

red 128 ◦ green 181 ◦ blue 60

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

Shades of Sushi #80B53C

Tints of Sushi #80B53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.26%

R = 34.69%
G = 49.05%
B = 16.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#80B53C (or 0x80B53C) is known color: Sushi. HEX triplet: 80, B5 and 3C. RGB value is (128,181,60). Sum of RGB (Red+Green+Blue) = 128+181+60=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 60 (23.83% from 255 or 16.26% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #80B53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B53C is #7F4AC3. Grayscale: #979797. Windows color (decimal): -8342212 or 3978624. OLE color: 3978624.

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

Color convert

RGB 128 181 60 -
CMYK 0.29 0 0.67 0.29
HSL 86.28º 0.5% 0.47% -
HSV(B) 86.28º 0.67% 0.71% -
XYZ 26.24 37.96 10.22 -
YUV 151.36 76.44 111.34 -
System Red Green Blue C M Y K H S L
Decimal 128 181 60 0.29 0 0.67 0.29 86.28 0.5 0.47
Hex 80 B5 3C 1D 0 43 1D 56 32 2F
Octal 200 265 74 35 0 103 35 126 62 57
Binary 10000000 10110101 111100 11101 0 1000011 11101 1010110 110010 101111

Color Harmonies of #80B53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B53C

Black with #80B53C

Text Example


Text Example

White with #80B53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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