Html Css Color HEX #80CA65 Mantis

📋 copy color: '#80CA65'

red 128 ◦ green 202 ◦ blue 101

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

Shades of Mantis #80CA65

Tints of Mantis #80CA65

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.87%

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 29.7%
G = 46.87%
B = 23.43%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#80CA65 (or 0x80CA65) is known color: Mantis. HEX triplet: 80, CA and 65. RGB value is (128,202,101). Sum of RGB (Red+Green+Blue) = 128+202+101=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CA65 is #7F359A. Grayscale: #A8A8A8. Windows color (decimal): -8336795 or 6670976. OLE color: 6670976.

HSL color Cylindrical-coordinate representation of color #80CA65: hue angle of 103.96º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80CA65 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 202 101 -
CMYK 0.37 0 0.50 0.21
HSL 103.96º 0.49% 0.59% -
HSV(B) 103.96º 0.5% 0.79% -
XYZ 32.37 47.77 19.83 -
YUV 168.36 89.98 99.21 -
System Red Green Blue C M Y K H S L
Decimal 128 202 101 0.37 0 0.50 0.21 103.96 0.49 0.59
Hex 80 CA 65 25 0 32 15 68 31 3B
Octal 200 312 145 45 0 62 25 150 61 73
Binary 10000000 11001010 1100101 100101 0 110010 10101 1101000 110001 111011

Color Harmonies of #80CA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA65

Black with #80CA65

Text Example


Text Example

White with #80CA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,202,101); }

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

background-color css

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

 a { background-color: rgb(128,202,101); }

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

border-color css

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

 span { border-color: rgb(128,202,101); }

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