Html Css Color HEX #80CF69 Mantis

📋 copy color: '#80CF69'

red 128 ◦ green 207 ◦ blue 105

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

Shades of Mantis #80CF69

Tints of Mantis #80CF69

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.05%

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

R = 29.09%
G = 47.05%
B = 23.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#80CF69 (or 0x80CF69) is known color: Mantis. HEX triplet: 80, CF and 69. RGB value is (128,207,105). Sum of RGB (Red+Green+Blue) = 128+207+105=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 207 (81.25% from 255 or 47.05% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CF69 is #7F3096. Grayscale: #ACACAC. Windows color (decimal): -8335511 or 6934400. OLE color: 6934400.

HSL color Cylindrical-coordinate representation of color #80CF69: hue angle of 106.47º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80CF69 is Cyan = 0.38, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 207 105 -
CMYK 0.38 0 0.49 0.19
HSL 106.47º 0.52% 0.61% -
HSV(B) 106.47º 0.49% 0.81% -
XYZ 33.76 50.23 21.28 -
YUV 171.75 90.33 96.79 -
System Red Green Blue C M Y K H S L
Decimal 128 207 105 0.38 0 0.49 0.19 106.47 0.52 0.61
Hex 80 CF 69 26 0 31 13 6A 34 3D
Octal 200 317 151 46 0 61 23 152 64 75
Binary 10000000 11001111 1101001 100110 0 110001 10011 1101010 110100 111101

Color Harmonies of #80CF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CF69

Black with #80CF69

Text Example


Text Example

White with #80CF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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