Html Css Color HEX #80B03F Sushi

📋 copy color: '#80B03F'

red 128 ◦ green 176 ◦ blue 63

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

Shades of Sushi #80B03F

Tints of Sushi #80B03F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.96%

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

R = 34.88%
G = 47.96%
B = 17.17%

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

#80B03F (or 0x80B03F) is known color: Sushi. HEX triplet: 80, B0 and 3F. RGB value is (128,176,63). Sum of RGB (Red+Green+Blue) = 128+176+63=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 176 - color contains mainly: green. Hex color #80B03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B03F is #7F4FC0. Grayscale: #959595. Windows color (decimal): -8343489 or 4173952. OLE color: 4173952.

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

Color convert

RGB 128 176 63 -
CMYK 0.27 0 0.64 0.31
HSL 85.49º 0.47% 0.47% -
HSV(B) 85.49º 0.64% 0.69% -
XYZ 25.32 36 10.32 -
YUV 148.77 79.6 113.19 -
System Red Green Blue C M Y K H S L
Decimal 128 176 63 0.27 0 0.64 0.31 85.49 0.47 0.47
Hex 80 B0 3F 1B 0 40 1F 55 2F 2F
Octal 200 260 77 33 0 100 37 125 57 57
Binary 10000000 10110000 111111 11011 0 1000000 11111 1010101 101111 101111

Color Harmonies of #80B03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B03F

Black with #80B03F

Text Example


Text Example

White with #80B03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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