Html Css Color HEX #80CB44 Mantis

📋 copy color: '#80CB44'

red 128 ◦ green 203 ◦ blue 68

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

Shades of Mantis #80CB44

Tints of Mantis #80CB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.04%

R = 32.08%
G = 50.88%
B = 17.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#80CB44 (or 0x80CB44) is known color: Mantis. HEX triplet: 80, CB and 44. RGB value is (128,203,68). Sum of RGB (Red+Green+Blue) = 128+203+68=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB44 is #7F34BB. Grayscale: #A5A5A5. Windows color (decimal): -8336572 or 4508544. OLE color: 4508544.

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

Color convert

RGB 128 203 68 -
CMYK 0.37 0 0.67 0.20
HSL 93.33º 0.56% 0.53% -
HSV(B) 93.33º 0.67% 0.8% -
XYZ 31.3 47.72 13.03 -
YUV 165.19 73.15 101.48 -
System Red Green Blue C M Y K H S L
Decimal 128 203 68 0.37 0 0.67 0.20 93.33 0.56 0.53
Hex 80 CB 44 25 0 43 14 5D 38 35
Octal 200 313 104 45 0 103 24 135 70 65
Binary 10000000 11001011 1000100 100101 0 1000011 10100 1011101 111000 110101

Color Harmonies of #80CB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB44

Black with #80CB44

Text Example


Text Example

White with #80CB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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