Html Css Color HEX #80B23E Sushi

📋 copy color: '#80B23E'

red 128 ◦ green 178 ◦ blue 62

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

Shades of Sushi #80B23E

Tints of Sushi #80B23E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.37%

 BLUE value IS 62 (24.61% from 255) = 16.85%

R = 34.78%
G = 48.37%
B = 16.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#80B23E (or 0x80B23E) is known color: Sushi. HEX triplet: 80, B2 and 3E. RGB value is (128,178,62). Sum of RGB (Red+Green+Blue) = 128+178+62=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #80B23E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B23E is #7F4DC1. Grayscale: #969696. Windows color (decimal): -8342978 or 4108928. OLE color: 4108928.

HSL color Cylindrical-coordinate representation of color #80B23E: hue angle of 85.86º 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 #80B23E is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 178 62 -
CMYK 0.28 0 0.65 0.30
HSL 85.86º 0.48% 0.47% -
HSV(B) 85.86º 0.65% 0.7% -
XYZ 25.69 36.78 10.3 -
YUV 149.83 78.44 112.43 -
System Red Green Blue C M Y K H S L
Decimal 128 178 62 0.28 0 0.65 0.30 85.86 0.48 0.47
Hex 80 B2 3E 1C 0 41 1E 56 30 2F
Octal 200 262 76 34 0 101 36 126 60 57
Binary 10000000 10110010 111110 11100 0 1000001 11110 1010110 110000 101111

Color Harmonies of #80B23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B23E

Black with #80B23E

Text Example


Text Example

White with #80B23E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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