Html Css Color HEX #80E64C Mantis

📋 copy color: '#80E64C'

red 128 ◦ green 230 ◦ blue 76

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

Shades of Mantis #80E64C

Tints of Mantis #80E64C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53%

 BLUE value IS 76 (30.08% from 255) = 17.51%

R = 29.49%
G = 53%
B = 17.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#80E64C (or 0x80E64C) is known color: Mantis. HEX triplet: 80, E6 and 4C. RGB value is (128,230,76). Sum of RGB (Red+Green+Blue) = 128+230+76=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 230 (90.23% from 255 or 53.00% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 230 - color contains mainly: green. Hex color #80E64C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80E64C is #7F19B3. Grayscale: #B6B6B6. Windows color (decimal): -8329652 or 5039744. OLE color: 5039744.

HSL color Cylindrical-coordinate representation of color #80E64C: hue angle of 99.74º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80E64C is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 230 76 -
CMYK 0.44 0 0.67 0.10
HSL 99.74º 0.75% 0.6% -
HSV(B) 99.74º 0.67% 0.9% -
XYZ 38.5 61.7 16.72 -
YUV 181.95 68.21 89.52 -
System Red Green Blue C M Y K H S L
Decimal 128 230 76 0.44 0 0.67 0.10 99.74 0.75 0.6
Hex 80 E6 4C 2C 0 43 A 64 4B 3C
Octal 200 346 114 54 0 103 12 144 113 74
Binary 10000000 11100110 1001100 101100 0 1000011 1010 1100100 1001011 111100

Color Harmonies of #80E64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E64C

Black with #80E64C

Text Example


Text Example

White with #80E64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,230,76); }

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

background-color css

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

 a { background-color: rgb(128,230,76); }

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

border-color css

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

 span { border-color: rgb(128,230,76); }

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