Html Css Color HEX #80CD67 Mantis

📋 copy color: '#80CD67'

red 128 ◦ green 205 ◦ blue 103

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

Shades of Mantis #80CD67

Tints of Mantis #80CD67

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.02%

 BLUE value IS 103 (40.63% from 255) = 23.62%

R = 29.36%
G = 47.02%
B = 23.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#80CD67 (or 0x80CD67) is known color: Mantis. HEX triplet: 80, CD and 67. RGB value is (128,205,103). Sum of RGB (Red+Green+Blue) = 128+205+103=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CD67 is #7F3298. Grayscale: #AAAAAA. Windows color (decimal): -8336025 or 6802816. OLE color: 6802816.

HSL color Cylindrical-coordinate representation of color #80CD67: hue angle of 105.29º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80CD67 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 205 103 -
CMYK 0.38 0 0.50 0.20
HSL 105.29º 0.5% 0.6% -
HSV(B) 105.29º 0.5% 0.8% -
XYZ 33.18 49.23 20.59 -
YUV 170.35 89.99 97.79 -
System Red Green Blue C M Y K H S L
Decimal 128 205 103 0.38 0 0.50 0.20 105.29 0.5 0.6
Hex 80 CD 67 26 0 32 14 69 32 3C
Octal 200 315 147 46 0 62 24 151 62 74
Binary 10000000 11001101 1100111 100110 0 110010 10100 1101001 110010 111100

Color Harmonies of #80CD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CD67

Black with #80CD67

Text Example


Text Example

White with #80CD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,205,103); }

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

background-color css

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

 a { background-color: rgb(128,205,103); }

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

border-color css

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

 span { border-color: rgb(128,205,103); }

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