Html Css Color HEX #80AB41 Sushi

📋 copy color: '#80AB41'

red 128 ◦ green 171 ◦ blue 65

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

Shades of Sushi #80AB41

Tints of Sushi #80AB41

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.98%

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

R = 35.16%
G = 46.98%
B = 17.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#80AB41 (or 0x80AB41) is known color: Sushi. HEX triplet: 80, AB and 41. RGB value is (128,171,65). Sum of RGB (Red+Green+Blue) = 128+171+65=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB41 is #7F54BE. Grayscale: #929292. Windows color (decimal): -8344767 or 4303744. OLE color: 4303744.

HSL color Cylindrical-coordinate representation of color #80AB41: hue angle of 84.34º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80AB41 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 171 65 -
CMYK 0.25 0 0.62 0.33
HSL 84.34º 0.45% 0.46% -
HSV(B) 84.34º 0.62% 0.67% -
XYZ 24.42 34.1 10.3 -
YUV 146.06 82.25 115.12 -
System Red Green Blue C M Y K H S L
Decimal 128 171 65 0.25 0 0.62 0.33 84.34 0.45 0.46
Hex 80 AB 41 19 0 3E 21 54 2D 2E
Octal 200 253 101 31 0 76 41 124 55 56
Binary 10000000 10101011 1000001 11001 0 111110 100001 1010100 101101 101110

Color Harmonies of #80AB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AB41

Black with #80AB41

Text Example


Text Example

White with #80AB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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