Html Css Color HEX #80CD66 Mantis

📋 copy color: '#80CD66'

red 128 ◦ green 205 ◦ blue 102

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

Shades of Mantis #80CD66

Tints of Mantis #80CD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.45%

R = 29.43%
G = 47.13%
B = 23.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#80CD66 (or 0x80CD66) is known color: Mantis. HEX triplet: 80, CD and 66. RGB value is (128,205,102). Sum of RGB (Red+Green+Blue) = 128+205+102=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 205 (80.47% from 255 or 47.13% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CD66 is #7F3299. Grayscale: #AAAAAA. Windows color (decimal): -8336026 or 6737280. OLE color: 6737280.

HSL color Cylindrical-coordinate representation of color #80CD66: hue angle of 104.85º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80CD66 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 205 102 -
CMYK 0.38 0 0.50 0.20
HSL 104.85º 0.51% 0.6% -
HSV(B) 104.85º 0.5% 0.8% -
XYZ 33.13 49.21 20.32 -
YUV 170.24 89.49 97.88 -
System Red Green Blue C M Y K H S L
Decimal 128 205 102 0.38 0 0.50 0.20 104.85 0.51 0.6
Hex 80 CD 66 26 0 32 14 69 33 3C
Octal 200 315 146 46 0 62 24 151 63 74
Binary 10000000 11001101 1100110 100110 0 110010 10100 1101001 110011 111100

Color Harmonies of #80CD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CD66

Black with #80CD66

Text Example


Text Example

White with #80CD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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