Html Css Color HEX #83D85F Mantis

📋 copy color: '#83D85F'

red 131 ◦ green 216 ◦ blue 95

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

Shades of Mantis #83D85F

Tints of Mantis #83D85F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.87%

 BLUE value IS 95 (37.5% from 255) = 21.49%

R = 29.64%
G = 48.87%
B = 21.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#83D85F (or 0x83D85F) is known color: Mantis. HEX triplet: 83, D8 and 5F. RGB value is (131,216,95). Sum of RGB (Red+Green+Blue) = 131+216+95=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #83D85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83D85F is #7C27A0. Grayscale: #B1B1B1. Windows color (decimal): -8136609 or 6281347. OLE color: 6281347.

HSL color Cylindrical-coordinate representation of color #83D85F: hue angle of 102.15º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83D85F is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 216 95 -
CMYK 0.39 0 0.56 0.15
HSL 102.15º 0.61% 0.61% -
HSV(B) 102.15º 0.56% 0.85% -
XYZ 35.98 54.76 19.5 -
YUV 176.79 81.84 95.34 -
System Red Green Blue C M Y K H S L
Decimal 131 216 95 0.39 0 0.56 0.15 102.15 0.61 0.61
Hex 83 D8 5F 27 0 38 F 66 3D 3D
Octal 203 330 137 47 0 70 17 146 75 75
Binary 10000011 11011000 1011111 100111 0 111000 1111 1100110 111101 111101

Color Harmonies of #83D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83D85F

Black with #83D85F

Text Example


Text Example

White with #83D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,216,95); }

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

background-color css

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

 a { background-color: rgb(131,216,95); }

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

border-color css

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

 span { border-color: rgb(131,216,95); }

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