Html Css Color HEX #80CB40 Mantis

📋 copy color: '#80CB40'

red 128 ◦ green 203 ◦ blue 64

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

Shades of Mantis #80CB40

Tints of Mantis #80CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 51.39%

 BLUE value IS 64 (25.39% from 255) = 16.2%

R = 32.41%
G = 51.39%
B = 16.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#80CB40 (or 0x80CB40) is known color: Mantis. HEX triplet: 80, CB and 40. RGB value is (128,203,64). Sum of RGB (Red+Green+Blue) = 128+203+64=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB40 is #7F34BF. Grayscale: #A5A5A5. Windows color (decimal): -8336576 or 4246400. OLE color: 4246400.

HSL color Cylindrical-coordinate representation of color #80CB40: hue angle of 92.37º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80CB40 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 203 64 -
CMYK 0.37 0 0.68 0.20
HSL 92.37º 0.57% 0.52% -
HSV(B) 92.37º 0.68% 0.8% -
XYZ 31.18 47.67 12.41 -
YUV 164.73 71.15 101.8 -
System Red Green Blue C M Y K H S L
Decimal 128 203 64 0.37 0 0.68 0.20 92.37 0.57 0.52
Hex 80 CB 40 25 0 44 14 5C 39 34
Octal 200 313 100 45 0 104 24 134 71 64
Binary 10000000 11001011 1000000 100101 0 1000100 10100 1011100 111001 110100

Color Harmonies of #80CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB40

Black with #80CB40

Text Example


Text Example

White with #80CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,203,64); }

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

background-color css

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

 a { background-color: rgb(128,203,64); }

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

border-color css

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

 span { border-color: rgb(128,203,64); }

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