Html Css Color HEX #80CD41 Mantis

📋 copy color: '#80CD41'

red 128 ◦ green 205 ◦ blue 65

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

Shades of Mantis #80CD41

Tints of Mantis #80CD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.33%

R = 32.16%
G = 51.51%
B = 16.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#80CD41 (or 0x80CD41) is known color: Mantis. HEX triplet: 80, CD and 41. RGB value is (128,205,65). Sum of RGB (Red+Green+Blue) = 128+205+65=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 205 (80.47% from 255 or 51.51% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CD41 is #7F32BE. Grayscale: #A6A6A6. Windows color (decimal): -8336063 or 4312448. OLE color: 4312448.

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

Color convert

RGB 128 205 65 -
CMYK 0.38 0 0.68 0.20
HSL 93º 0.58% 0.53% -
HSV(B) 93º 0.68% 0.8% -
XYZ 31.69 48.63 12.72 -
YUV 166.02 70.99 100.88 -
System Red Green Blue C M Y K H S L
Decimal 128 205 65 0.38 0 0.68 0.20 93 0.58 0.53
Hex 80 CD 41 26 0 44 14 5D 3A 35
Octal 200 315 101 46 0 104 24 135 72 65
Binary 10000000 11001101 1000001 100110 0 1000100 10100 1011101 111010 110101

Color Harmonies of #80CD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CD41

Black with #80CD41

Text Example


Text Example

White with #80CD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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