Html Css Color HEX #80BB3F Mantis

📋 copy color: '#80BB3F'

red 128 ◦ green 187 ◦ blue 63

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

Shades of Mantis #80BB3F

Tints of Mantis #80BB3F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.47%

 BLUE value IS 63 (25% from 255) = 16.67%

R = 33.86%
G = 49.47%
B = 16.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#80BB3F (or 0x80BB3F) is known color: Mantis. HEX triplet: 80, BB and 3F. RGB value is (128,187,63). Sum of RGB (Red+Green+Blue) = 128+187+63=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 187 (73.44% from 255 or 49.47% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB3F is #7F44C0. Grayscale: #9B9B9B. Windows color (decimal): -8340673 or 4176768. OLE color: 4176768.

HSL color Cylindrical-coordinate representation of color #80BB3F: hue angle of 88.55º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80BB3F is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 187 63 -
CMYK 0.32 0 0.66 0.27
HSL 88.55º 0.5% 0.49% -
HSV(B) 88.55º 0.66% 0.73% -
XYZ 27.57 40.49 11.06 -
YUV 155.22 75.95 108.58 -
System Red Green Blue C M Y K H S L
Decimal 128 187 63 0.32 0 0.66 0.27 88.55 0.5 0.49
Hex 80 BB 3F 20 0 42 1B 59 32 31
Octal 200 273 77 40 0 102 33 131 62 61
Binary 10000000 10111011 111111 100000 0 1000010 11011 1011001 110010 110001

Color Harmonies of #80BB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB3F

Black with #80BB3F

Text Example


Text Example

White with #80BB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,187,63); }

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

background-color css

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

 a { background-color: rgb(128,187,63); }

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

border-color css

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

 span { border-color: rgb(128,187,63); }

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