#80ad3f

Color #80AD3F Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #80AD3F

Tints of Sushi #80AD3F

Color information

#80AD3F (or 0x80AD3F) is unknown color: approx Sushi. HEX triplet: 80, AD and 3F. RGB value is (128,173,63). Sum of RGB (Red+Green+Blue) = 128+173+63=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AD3F is #7F52C0. Grayscale: #939393. Windows color (decimal): -8344257 or 4173184. OLE color: 4173184.

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

Color convert

RGB12817363-
CMYK0.2600.640.32
HSL84.55º46.61%46.27%-
HSV(B)84.55º63.58%67.84%-
XYZ24.7434.8410.12-
YUV14780.59114.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 173 (67.97% from 255) = 47.53%
BLUE value IS 63 (25% from 255) = 17.31%
R=35.16%
G=47.53%
B=17.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal128173630.2600.640.3284.5546.6146.27
Hex80AD3F1A04020552f2e
Octal20025577320100401255756
Binary100000001010110111111111010010000001000001010101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80ad3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80ad3f;
 }
 .AnyTagClassName
 {
   color: #80ad3f;
 }
</style>
background-color css

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

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

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

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

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

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