Html Css Color HEX #80CE68 Mantis

📋 copy color: '#80CE68'

red 128 ◦ green 206 ◦ blue 104

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

Shades of Mantis #80CE68

Tints of Mantis #80CE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 29.22%
G = 47.03%
B = 23.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#80CE68 (or 0x80CE68) is known color: Mantis. HEX triplet: 80, CE and 68. RGB value is (128,206,104). Sum of RGB (Red+Green+Blue) = 128+206+104=438 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.22% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE68 is #7F3197. Grayscale: #ABABAB. Windows color (decimal): -8335768 or 6868608. OLE color: 6868608.

HSL color Cylindrical-coordinate representation of color #80CE68: hue angle of 105.88º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80CE68 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 104 -
CMYK 0.38 0 0.50 0.19
HSL 105.88º 0.51% 0.61% -
HSV(B) 105.88º 0.5% 0.81% -
XYZ 33.47 49.73 20.93 -
YUV 171.05 90.16 97.29 -
System Red Green Blue C M Y K H S L
Decimal 128 206 104 0.38 0 0.50 0.19 105.88 0.51 0.61
Hex 80 CE 68 26 0 32 13 6A 33 3D
Octal 200 316 150 46 0 62 23 152 63 75
Binary 10000000 11001110 1101000 100110 0 110010 10011 1101010 110011 111101

Color Harmonies of #80CE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE68

Black with #80CE68

Text Example


Text Example

White with #80CE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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