Html Css Color HEX #80C769 Mantis

📋 copy color: '#80C769'

red 128 ◦ green 199 ◦ blue 105

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

Shades of Mantis #80C769

Tints of Mantis #80C769

RGB

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

 GREEN value IS 199 (78.13% from 255) = 46.06%

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

R = 29.63%
G = 46.06%
B = 24.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#80C769 (or 0x80C769) is known color: Mantis. HEX triplet: 80, C7 and 69. RGB value is (128,199,105). Sum of RGB (Red+Green+Blue) = 128+199+105=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 199 - color contains mainly: green. Hex color #80C769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C769 is #7F3896. Grayscale: #A7A7A7. Windows color (decimal): -8337559 or 6932352. OLE color: 6932352.

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

Color convert

RGB 128 199 105 -
CMYK 0.36 0 0.47 0.22
HSL 105.32º 0.46% 0.6% -
HSV(B) 105.32º 0.47% 0.78% -
XYZ 31.88 46.46 20.65 -
YUV 167.06 92.98 100.14 -
System Red Green Blue C M Y K H S L
Decimal 128 199 105 0.36 0 0.47 0.22 105.32 0.46 0.6
Hex 80 C7 69 24 0 2F 16 69 2E 3C
Octal 200 307 151 44 0 57 26 151 56 74
Binary 10000000 11000111 1101001 100100 0 101111 10110 1101001 101110 111100

Color Harmonies of #80C769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C769

Black with #80C769

Text Example


Text Example

White with #80C769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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