Html Css Color HEX #83C542 Mantis

📋 copy color: '#83C542'

red 131 ◦ green 197 ◦ blue 66

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

Shades of Mantis #83C542

Tints of Mantis #83C542

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50%

 BLUE value IS 66 (26.17% from 255) = 16.75%

R = 33.25%
G = 50%
B = 16.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#83C542 (or 0x83C542) is known color: Mantis. HEX triplet: 83, C5 and 42. RGB value is (131,197,66). Sum of RGB (Red+Green+Blue) = 131+197+66=394 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.25% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #83C542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C542 is #7C3ABD. Grayscale: #A2A2A2. Windows color (decimal): -8141502 or 4375939. OLE color: 4375939.

HSL color Cylindrical-coordinate representation of color #83C542: hue angle of 90.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83C542 is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 131 197 66 -
CMYK 0.34 0 0.66 0.23
HSL 90.23º 0.53% 0.52% -
HSV(B) 90.23º 0.66% 0.77% -
XYZ 30.31 45.15 12.27 -
YUV 162.33 73.63 105.65 -
System Red Green Blue C M Y K H S L
Decimal 131 197 66 0.34 0 0.66 0.23 90.23 0.53 0.52
Hex 83 C5 42 22 0 42 17 5A 35 34
Octal 203 305 102 42 0 102 27 132 65 64
Binary 10000011 11000101 1000010 100010 0 1000010 10111 1011010 110101 110100

Color Harmonies of #83C542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C542

Black with #83C542

Text Example


Text Example

White with #83C542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,197,66); }

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

background-color css

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

 a { background-color: rgb(131,197,66); }

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

border-color css

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

 span { border-color: rgb(131,197,66); }

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