#80B23F

Color #80B23F Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #80B23F

Tints of Sushi #80B23F

Color information

#80B23F (or 0x80B23F) is unknown color: approx Sushi. HEX triplet: 80, B2 and 3F. RGB value is (128,178,63). Sum of RGB (Red+Green+Blue) = 128+178+63=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #80B23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B23F is #7F4DC0. Grayscale: #969696. Windows color (decimal): -8342977 or 4174464. OLE color: 4174464.

HSL color Cylindrical-coordinate representation of color #80B23F: hue angle of 86.09º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80B23F is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB12817863-
CMYK0.2800.650.30
HSL86.09º47.72%47.25%-
HSV(B)86.09º64.61%69.8%-
XYZ25.7236.7910.45-
YUV149.9478.94112.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.69%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 63 (25% from 255) = 17.07%
R=34.69%
G=48.24%
B=17.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal128178630.2800.650.3086.0947.7247.25
Hex80B23F1C0411E56302f
Octal20026277340101361266057
Binary10000000101100101111111110001000001111101010110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80B23F;
 }
 .AnyTagClassName
 {
   color: #80B23F;
 }
</style>
background-color css

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

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

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

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

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

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