Html Css Color HEX #80CE4A Mantis

📋 copy color: '#80CE4A'

red 128 ◦ green 206 ◦ blue 74

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

Shades of Mantis #80CE4A

Tints of Mantis #80CE4A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.49%

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 31.37%
G = 50.49%
B = 18.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#80CE4A (or 0x80CE4A) is known color: Mantis. HEX triplet: 80, CE and 4A. RGB value is (128,206,74). Sum of RGB (Red+Green+Blue) = 128+206+74=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 206 (80.86% from 255 or 50.49% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CE4A is #7F31B5. Grayscale: #A8A8A8. Windows color (decimal): -8335798 or 4902528. OLE color: 4902528.

HSL color Cylindrical-coordinate representation of color #80CE4A: hue angle of 95.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80CE4A is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 74 -
CMYK 0.38 0 0.64 0.19
HSL 95.45º 0.57% 0.55% -
HSV(B) 95.45º 0.64% 0.81% -
XYZ 32.21 49.23 14.28 -
YUV 167.63 75.16 99.73 -
System Red Green Blue C M Y K H S L
Decimal 128 206 74 0.38 0 0.64 0.19 95.45 0.57 0.55
Hex 80 CE 4A 26 0 40 13 5F 39 37
Octal 200 316 112 46 0 100 23 137 71 67
Binary 10000000 11001110 1001010 100110 0 1000000 10011 1011111 111001 110111

Color Harmonies of #80CE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE4A

Black with #80CE4A

Text Example


Text Example

White with #80CE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,74); }

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

background-color css

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

 a { background-color: rgb(128,206,74); }

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

border-color css

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

 span { border-color: rgb(128,206,74); }

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