Html Css Color HEX #80AF40 Sushi

📋 copy color: '#80AF40'

red 128 ◦ green 175 ◦ blue 64

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

Shades of Sushi #80AF40

Tints of Sushi #80AF40

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.68%

 BLUE value IS 64 (25.39% from 255) = 17.44%

R = 34.88%
G = 47.68%
B = 17.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#80AF40 (or 0x80AF40) is known color: Sushi. HEX triplet: 80, AF and 40. RGB value is (128,175,64). Sum of RGB (Red+Green+Blue) = 128+175+64=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF40 is #7F50BF. Grayscale: #949494. Windows color (decimal): -8343744 or 4239232. OLE color: 4239232.

HSL color Cylindrical-coordinate representation of color #80AF40: hue angle of 85.41º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80AF40 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 64 -
CMYK 0.27 0 0.63 0.31
HSL 85.41º 0.46% 0.47% -
HSV(B) 85.41º 0.63% 0.69% -
XYZ 25.16 35.62 10.4 -
YUV 148.29 80.43 113.53 -
System Red Green Blue C M Y K H S L
Decimal 128 175 64 0.27 0 0.63 0.31 85.41 0.46 0.47
Hex 80 AF 40 1B 0 3F 1F 55 2E 2F
Octal 200 257 100 33 0 77 37 125 56 57
Binary 10000000 10101111 1000000 11011 0 111111 11111 1010101 101110 101111

Color Harmonies of #80AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF40

Black with #80AF40

Text Example


Text Example

White with #80AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,175,64); }

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

background-color css

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

 a { background-color: rgb(128,175,64); }

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

border-color css

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

 span { border-color: rgb(128,175,64); }

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