Html Css Color HEX #80BC4B Mantis

📋 copy color: '#80BC4B'

red 128 ◦ green 188 ◦ blue 75

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

Shades of Mantis #80BC4B

Tints of Mantis #80BC4B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.08%

 BLUE value IS 75 (29.69% from 255) = 19.18%

R = 32.74%
G = 48.08%
B = 19.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#80BC4B (or 0x80BC4B) is known color: Mantis. HEX triplet: 80, BC and 4B. RGB value is (128,188,75). Sum of RGB (Red+Green+Blue) = 128+188+75=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC4B is #7F43B4. Grayscale: #9D9D9D. Windows color (decimal): -8340405 or 4963456. OLE color: 4963456.

HSL color Cylindrical-coordinate representation of color #80BC4B: hue angle of 91.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80BC4B is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 75 -
CMYK 0.32 0 0.60 0.26
HSL 91.86º 0.46% 0.52% -
HSV(B) 91.86º 0.6% 0.74% -
XYZ 28.16 41.06 13.1 -
YUV 157.18 81.62 107.19 -
System Red Green Blue C M Y K H S L
Decimal 128 188 75 0.32 0 0.60 0.26 91.86 0.46 0.52
Hex 80 BC 4B 20 0 3C 1A 5C 2E 34
Octal 200 274 113 40 0 74 32 134 56 64
Binary 10000000 10111100 1001011 100000 0 111100 11010 1011100 101110 110100

Color Harmonies of #80BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC4B

Black with #80BC4B

Text Example


Text Example

White with #80BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,188,75); }

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

background-color css

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

 a { background-color: rgb(128,188,75); }

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

border-color css

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

 span { border-color: rgb(128,188,75); }

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