Html Css Color HEX #83D350 Mantis

📋 copy color: '#83D350'

red 131 ◦ green 211 ◦ blue 80

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

Shades of Mantis #83D350

Tints of Mantis #83D350

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50%

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

R = 31.04%
G = 50%
B = 18.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#83D350 (or 0x83D350) is known color: Mantis. HEX triplet: 83, D3 and 50. RGB value is (131,211,80). Sum of RGB (Red+Green+Blue) = 131+211+80=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #83D350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D350 is #7C2CAF. Grayscale: #ACACAC. Windows color (decimal): -8137904 or 5297027. OLE color: 5297027.

HSL color Cylindrical-coordinate representation of color #83D350: hue angle of 96.64º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83D350 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 131 211 80 -
CMYK 0.38 0 0.62 0.17
HSL 96.64º 0.6% 0.57% -
HSV(B) 96.64º 0.62% 0.83% -
XYZ 34.1 51.99 15.83 -
YUV 172.15 76 98.65 -
System Red Green Blue C M Y K H S L
Decimal 131 211 80 0.38 0 0.62 0.17 96.64 0.6 0.57
Hex 83 D3 50 26 0 3E 11 61 3C 39
Octal 203 323 120 46 0 76 21 141 74 71
Binary 10000011 11010011 1010000 100110 0 111110 10001 1100001 111100 111001

Color Harmonies of #83D350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D350

Black with #83D350

Text Example


Text Example

White with #83D350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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