Html Css Color HEX #83BF41 Mantis

📋 copy color: '#83BF41'

red 131 ◦ green 191 ◦ blue 65

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

Shades of Mantis #83BF41

Tints of Mantis #83BF41

RGB

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

 GREEN value IS 191 (75% from 255) = 49.35%

 BLUE value IS 65 (25.78% from 255) = 16.8%

R = 33.85%
G = 49.35%
B = 16.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#83BF41 (or 0x83BF41) is known color: Mantis. HEX triplet: 83, BF and 41. RGB value is (131,191,65). Sum of RGB (Red+Green+Blue) = 131+191+65=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BF41 is #7C40BE. Grayscale: #9F9F9F. Windows color (decimal): -8143039 or 4308867. OLE color: 4308867.

HSL color Cylindrical-coordinate representation of color #83BF41: hue angle of 88.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83BF41 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 191 65 -
CMYK 0.31 0 0.66 0.25
HSL 88.57º 0.5% 0.5% -
HSV(B) 88.57º 0.66% 0.75% -
XYZ 28.95 42.47 11.67 -
YUV 158.7 75.12 108.25 -
System Red Green Blue C M Y K H S L
Decimal 131 191 65 0.31 0 0.66 0.25 88.57 0.5 0.5
Hex 83 BF 41 1F 0 42 19 59 32 32
Octal 203 277 101 37 0 102 31 131 62 62
Binary 10000011 10111111 1000001 11111 0 1000010 11001 1011001 110010 110010

Color Harmonies of #83BF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BF41

Black with #83BF41

Text Example


Text Example

White with #83BF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,191,65); }

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

background-color css

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

 a { background-color: rgb(131,191,65); }

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

border-color css

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

 span { border-color: rgb(131,191,65); }

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