Html Css Color HEX #80B439 Sushi

📋 copy color: '#80B439'

red 128 ◦ green 180 ◦ blue 57

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

Shades of Sushi #80B439

Tints of Sushi #80B439

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.32%

 BLUE value IS 57 (22.66% from 255) = 15.62%

R = 35.07%
G = 49.32%
B = 15.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#80B439 (or 0x80B439) is known color: Sushi. HEX triplet: 80, B4 and 39. RGB value is (128,180,57). Sum of RGB (Red+Green+Blue) = 128+180+57=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #80B439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B439 is #7F4BC6. Grayscale: #969696. Windows color (decimal): -8342471 or 3781760. OLE color: 3781760.

HSL color Cylindrical-coordinate representation of color #80B439: hue angle of 85.37º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80B439 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 180 57 -
CMYK 0.29 0 0.68 0.29
HSL 85.37º 0.52% 0.46% -
HSV(B) 85.37º 0.68% 0.71% -
XYZ 25.96 37.53 9.75 -
YUV 150.43 75.27 112 -
System Red Green Blue C M Y K H S L
Decimal 128 180 57 0.29 0 0.68 0.29 85.37 0.52 0.46
Hex 80 B4 39 1D 0 44 1D 55 34 2E
Octal 200 264 71 35 0 104 35 125 64 56
Binary 10000000 10110100 111001 11101 0 1000100 11101 1010101 110100 101110

Color Harmonies of #80B439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B439

Black with #80B439

Text Example


Text Example

White with #80B439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,180,57); }

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

background-color css

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

 a { background-color: rgb(128,180,57); }

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

border-color css

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

 span { border-color: rgb(128,180,57); }

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