Html Css Color HEX #83C148 Mantis

📋 copy color: '#83C148'

red 131 ◦ green 193 ◦ blue 72

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

Shades of Mantis #83C148

Tints of Mantis #83C148

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.74%

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 33.08%
G = 48.74%
B = 18.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#83C148 (or 0x83C148) is known color: Mantis. HEX triplet: 83, C1 and 48. RGB value is (131,193,72). Sum of RGB (Red+Green+Blue) = 131+193+72=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #83C148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C148 is #7C3EB7. Grayscale: #A1A1A1. Windows color (decimal): -8142520 or 4768131. OLE color: 4768131.

HSL color Cylindrical-coordinate representation of color #83C148: hue angle of 90.74º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83C148 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 131 193 72 -
CMYK 0.32 0 0.63 0.24
HSL 90.74º 0.49% 0.52% -
HSV(B) 90.74º 0.63% 0.76% -
XYZ 29.6 43.43 12.95 -
YUV 160.67 77.96 106.84 -
System Red Green Blue C M Y K H S L
Decimal 131 193 72 0.32 0 0.63 0.24 90.74 0.49 0.52
Hex 83 C1 48 20 0 3F 18 5B 31 34
Octal 203 301 110 40 0 77 30 133 61 64
Binary 10000011 11000001 1001000 100000 0 111111 11000 1011011 110001 110100

Color Harmonies of #83C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C148

Black with #83C148

Text Example


Text Example

White with #83C148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,193,72); }

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

background-color css

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

 a { background-color: rgb(131,193,72); }

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

border-color css

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

 span { border-color: rgb(131,193,72); }

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