Html Css Color HEX #80AF41 Sushi

📋 copy color: '#80AF41'

red 128 ◦ green 175 ◦ blue 65

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

Shades of Sushi #80AF41

Tints of Sushi #80AF41

RGB

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

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

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

R = 34.78%
G = 47.55%
B = 17.66%

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

#80AF41 (or 0x80AF41) is known color: Sushi. HEX triplet: 80, AF and 41. RGB value is (128,175,65). Sum of RGB (Red+Green+Blue) = 128+175+65=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF41 is #7F50BE. Grayscale: #949494. Windows color (decimal): -8343743 or 4304768. OLE color: 4304768.

HSL color Cylindrical-coordinate representation of color #80AF41: hue angle of 85.64º 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 #80AF41 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 175 65 -
CMYK 0.27 0 0.63 0.31
HSL 85.64º 0.46% 0.47% -
HSV(B) 85.64º 0.63% 0.69% -
XYZ 25.19 35.63 10.55 -
YUV 148.41 80.93 113.44 -
System Red Green Blue C M Y K H S L
Decimal 128 175 65 0.27 0 0.63 0.31 85.64 0.46 0.47
Hex 80 AF 41 1B 0 3F 1F 56 2E 2F
Octal 200 257 101 33 0 77 37 126 56 57
Binary 10000000 10101111 1000001 11011 0 111111 11111 1010110 101110 101111

Color Harmonies of #80AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF41

Black with #80AF41

Text Example


Text Example

White with #80AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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