Html Css Color HEX #80C869 Mantis

📋 copy color: '#80C869'

red 128 ◦ green 200 ◦ blue 105

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

Shades of Mantis #80C869

Tints of Mantis #80C869

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.19%

 BLUE value IS 105 (41.41% from 255) = 24.25%

R = 29.56%
G = 46.19%
B = 24.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#80C869 (or 0x80C869) is known color: Mantis. HEX triplet: 80, C8 and 69. RGB value is (128,200,105). Sum of RGB (Red+Green+Blue) = 128+200+105=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 105 (41.41% from 255 or 24.25% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #80C869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C869 is #7F3796. Grayscale: #A7A7A7. Windows color (decimal): -8337303 or 6932608. OLE color: 6932608.

HSL color Cylindrical-coordinate representation of color #80C869: hue angle of 105.47º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80C869 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 200 105 -
CMYK 0.36 0 0.48 0.22
HSL 105.47º 0.46% 0.6% -
HSV(B) 105.47º 0.48% 0.78% -
XYZ 32.11 46.92 20.73 -
YUV 167.64 92.65 99.72 -
System Red Green Blue C M Y K H S L
Decimal 128 200 105 0.36 0 0.48 0.22 105.47 0.46 0.6
Hex 80 C8 69 24 0 30 16 69 2E 3C
Octal 200 310 151 44 0 60 26 151 56 74
Binary 10000000 11001000 1101001 100100 0 110000 10110 1101001 101110 111100

Color Harmonies of #80C869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C869

Black with #80C869

Text Example


Text Example

White with #80C869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,200,105); }

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

background-color css

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

 a { background-color: rgb(128,200,105); }

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

border-color css

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

 span { border-color: rgb(128,200,105); }

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