Html Css Color HEX #80AF3F Sushi

📋 copy color: '#80AF3F'

red 128 ◦ green 175 ◦ blue 63

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

Shades of Sushi #80AF3F

Tints of Sushi #80AF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.21%

R = 34.97%
G = 47.81%
B = 17.21%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#80AF3F (or 0x80AF3F) is known color: Sushi. HEX triplet: 80, AF and 3F. RGB value is (128,175,63). Sum of RGB (Red+Green+Blue) = 128+175+63=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 63 (25% from 255 or 17.21% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AF3F is #7F50C0. Grayscale: #949494. Windows color (decimal): -8343745 or 4173696. OLE color: 4173696.

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

Color convert

RGB 128 175 63 -
CMYK 0.27 0 0.64 0.31
HSL 85.18º 0.47% 0.47% -
HSV(B) 85.18º 0.64% 0.69% -
XYZ 25.13 35.61 10.25 -
YUV 148.18 79.93 113.61 -
System Red Green Blue C M Y K H S L
Decimal 128 175 63 0.27 0 0.64 0.31 85.18 0.47 0.47
Hex 80 AF 3F 1B 0 40 1F 55 2F 2F
Octal 200 257 77 33 0 100 37 125 57 57
Binary 10000000 10101111 111111 11011 0 1000000 11111 1010101 101111 101111

Color Harmonies of #80AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AF3F

Black with #80AF3F

Text Example


Text Example

White with #80AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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