Html Css Color HEX #80BE3D Mantis

📋 copy color: '#80BE3D'

red 128 ◦ green 190 ◦ blue 61

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

Shades of Mantis #80BE3D

Tints of Mantis #80BE3D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 50.13%

 BLUE value IS 61 (24.22% from 255) = 16.09%

R = 33.77%
G = 50.13%
B = 16.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#80BE3D (or 0x80BE3D) is known color: Mantis. HEX triplet: 80, BE and 3D. RGB value is (128,190,61). Sum of RGB (Red+Green+Blue) = 128+190+61=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 190 (74.61% from 255 or 50.13% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 190 - color contains mainly: green. Hex color #80BE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BE3D is #7F41C2. Grayscale: #9D9D9D. Windows color (decimal): -8339907 or 4046464. OLE color: 4046464.

HSL color Cylindrical-coordinate representation of color #80BE3D: hue angle of 88.84º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80BE3D is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 190 61 -
CMYK 0.33 0 0.68 0.25
HSL 88.84º 0.51% 0.49% -
HSV(B) 88.84º 0.68% 0.75% -
XYZ 28.16 41.75 10.99 -
YUV 156.76 73.96 107.49 -
System Red Green Blue C M Y K H S L
Decimal 128 190 61 0.33 0 0.68 0.25 88.84 0.51 0.49
Hex 80 BE 3D 21 0 44 19 59 33 31
Octal 200 276 75 41 0 104 31 131 63 61
Binary 10000000 10111110 111101 100001 0 1000100 11001 1011001 110011 110001

Color Harmonies of #80BE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BE3D

Black with #80BE3D

Text Example


Text Example

White with #80BE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,190,61); }

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

background-color css

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

 a { background-color: rgb(128,190,61); }

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

border-color css

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

 span { border-color: rgb(128,190,61); }

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