Html Css Color HEX #83C055 Mantis

📋 copy color: '#83C055'

red 131 ◦ green 192 ◦ blue 85

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

Shades of Mantis #83C055

Tints of Mantis #83C055

RGB

 RED value IS 131 (51.56% from 255) = 32.11%

 GREEN value IS 192 (75.39% from 255) = 47.06%

 BLUE value IS 85 (33.59% from 255) = 20.83%

R = 32.11%
G = 47.06%
B = 20.83%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#83C055 (or 0x83C055) is known color: Mantis. HEX triplet: 83, C0 and 55. RGB value is (131,192,85). Sum of RGB (Red+Green+Blue) = 131+192+85=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #83C055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C055 is #7C3FAA. Grayscale: #A1A1A1. Windows color (decimal): -8142763 or 5619843. OLE color: 5619843.

HSL color Cylindrical-coordinate representation of color #83C055: hue angle of 94.21º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83C055 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 192 85 -
CMYK 0.32 0 0.56 0.25
HSL 94.21º 0.46% 0.54% -
HSV(B) 94.21º 0.56% 0.75% -
XYZ 29.85 43.18 15.36 -
YUV 161.56 84.79 106.2 -
System Red Green Blue C M Y K H S L
Decimal 131 192 85 0.32 0 0.56 0.25 94.21 0.46 0.54
Hex 83 C0 55 20 0 38 19 5E 2E 36
Octal 203 300 125 40 0 70 31 136 56 66
Binary 10000011 11000000 1010101 100000 0 111000 11001 1011110 101110 110110

Color Harmonies of #83C055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C055

Black with #83C055

Text Example


Text Example

White with #83C055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83C055; }

 p { color: rgb(131,192,85); }

 H1.HeaderClassName
 {
   color: #83C055;
 }
 .AnyTagClassName
 {
   color: #83C055;
 }
</style>

background-color css

<style>
 a { background-color: #83C055; }

 a { background-color: rgb(131,192,85); }

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

border-color css

<style>
 span { border-color: #83C055; }

 span { border-color: rgb(131,192,85); }

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