Html Css Color HEX #83C250 Mantis

📋 copy color: '#83C250'

red 131 ◦ green 194 ◦ blue 80

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

Shades of Mantis #83C250

Tints of Mantis #83C250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

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

R = 32.35%
G = 47.9%
B = 19.75%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#83C250 (or 0x83C250) is known color: Mantis. HEX triplet: 83, C2 and 50. RGB value is (131,194,80). Sum of RGB (Red+Green+Blue) = 131+194+80=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #83C250 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C250 is #7C3DAF. Grayscale: #A2A2A2. Windows color (decimal): -8142256 or 5292675. OLE color: 5292675.

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

Color convert

RGB 131 194 80 -
CMYK 0.32 0 0.59 0.24
HSL 93.16º 0.48% 0.54% -
HSV(B) 93.16º 0.59% 0.76% -
XYZ 30.1 43.99 14.49 -
YUV 162.17 81.63 105.77 -
System Red Green Blue C M Y K H S L
Decimal 131 194 80 0.32 0 0.59 0.24 93.16 0.48 0.54
Hex 83 C2 50 20 0 3B 18 5D 30 36
Octal 203 302 120 40 0 73 30 135 60 66
Binary 10000011 11000010 1010000 100000 0 111011 11000 1011101 110000 110110

Color Harmonies of #83C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C250

Black with #83C250

Text Example


Text Example

White with #83C250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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