Html Css Color HEX #80CB41 Mantis

📋 copy color: '#80CB41'

red 128 ◦ green 203 ◦ blue 65

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

Shades of Mantis #80CB41

Tints of Mantis #80CB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.41%

R = 32.32%
G = 51.26%
B = 16.41%

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

#80CB41 (or 0x80CB41) is known color: Mantis. HEX triplet: 80, CB and 41. RGB value is (128,203,65). Sum of RGB (Red+Green+Blue) = 128+203+65=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 65 (25.78% from 255 or 16.41% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB41 is #7F34BE. Grayscale: #A5A5A5. Windows color (decimal): -8336575 or 4311936. OLE color: 4311936.

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

Color convert

RGB 128 203 65 -
CMYK 0.37 0 0.68 0.20
HSL 92.61º 0.57% 0.53% -
HSV(B) 92.61º 0.68% 0.8% -
XYZ 31.21 47.68 12.56 -
YUV 164.84 71.65 101.72 -
System Red Green Blue C M Y K H S L
Decimal 128 203 65 0.37 0 0.68 0.20 92.61 0.57 0.53
Hex 80 CB 41 25 0 44 14 5D 39 35
Octal 200 313 101 45 0 104 24 135 71 65
Binary 10000000 11001011 1000001 100101 0 1000100 10100 1011101 111001 110101

Color Harmonies of #80CB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB41

Black with #80CB41

Text Example


Text Example

White with #80CB41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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