Html Css Color HEX #80CB45 Mantis

📋 copy color: '#80CB45'

red 128 ◦ green 203 ◦ blue 69

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

Shades of Mantis #80CB45

Tints of Mantis #80CB45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.25%

R = 32%
G = 50.75%
B = 17.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#80CB45 (or 0x80CB45) is known color: Mantis. HEX triplet: 80, CB and 45. RGB value is (128,203,69). Sum of RGB (Red+Green+Blue) = 128+203+69=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB45 is #7F34BA. Grayscale: #A5A5A5. Windows color (decimal): -8336571 or 4574080. OLE color: 4574080.

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

Color convert

RGB 128 203 69 -
CMYK 0.37 0 0.66 0.20
HSL 93.58º 0.56% 0.53% -
HSV(B) 93.58º 0.66% 0.8% -
XYZ 31.33 47.73 13.19 -
YUV 165.3 73.65 101.4 -
System Red Green Blue C M Y K H S L
Decimal 128 203 69 0.37 0 0.66 0.20 93.58 0.56 0.53
Hex 80 CB 45 25 0 42 14 5E 38 35
Octal 200 313 105 45 0 102 24 136 70 65
Binary 10000000 11001011 1000101 100101 0 1000010 10100 1011110 111000 110101

Color Harmonies of #80CB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB45

Black with #80CB45

Text Example


Text Example

White with #80CB45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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