Html Css Color HEX #83D950 Mantis

📋 copy color: '#83D950'

red 131 ◦ green 217 ◦ blue 80

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

Shades of Mantis #83D950

Tints of Mantis #83D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.7%

 BLUE value IS 80 (31.64% from 255) = 18.69%

R = 30.61%
G = 50.7%
B = 18.69%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#83D950 (or 0x83D950) is known color: Mantis. HEX triplet: 83, D9 and 50. RGB value is (131,217,80). Sum of RGB (Red+Green+Blue) = 131+217+80=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 80 (31.64% from 255 or 18.69% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #83D950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D950 is #7C26AF. Grayscale: #B0B0B0. Windows color (decimal): -8136368 or 5298563. OLE color: 5298563.

HSL color Cylindrical-coordinate representation of color #83D950: hue angle of 97.66º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83D950 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 217 80 -
CMYK 0.40 0 0.63 0.15
HSL 97.66º 0.64% 0.58% -
HSV(B) 97.66º 0.63% 0.85% -
XYZ 35.62 55.03 16.33 -
YUV 175.67 74.01 96.14 -
System Red Green Blue C M Y K H S L
Decimal 131 217 80 0.40 0 0.63 0.15 97.66 0.64 0.58
Hex 83 D9 50 28 0 3F F 62 40 3A
Octal 203 331 120 50 0 77 17 142 100 72
Binary 10000011 11011001 1010000 101000 0 111111 1111 1100010 1000000 111010

Color Harmonies of #83D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D950

Black with #83D950

Text Example


Text Example

White with #83D950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,217,80); }

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

background-color css

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

 a { background-color: rgb(131,217,80); }

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

border-color css

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

 span { border-color: rgb(131,217,80); }

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