Html Css Color HEX #83CA4A Mantis

📋 copy color: '#83CA4A'

red 131 ◦ green 202 ◦ blue 74

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

Shades of Mantis #83CA4A

Tints of Mantis #83CA4A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.63%

 BLUE value IS 74 (29.3% from 255) = 18.18%

R = 32.19%
G = 49.63%
B = 18.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#83CA4A (or 0x83CA4A) is known color: Mantis. HEX triplet: 83, CA and 4A. RGB value is (131,202,74). Sum of RGB (Red+Green+Blue) = 131+202+74=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CA4A is #7C35B5. Grayscale: #A6A6A6. Windows color (decimal): -8140214 or 4901507. OLE color: 4901507.

HSL color Cylindrical-coordinate representation of color #83CA4A: hue angle of 93.28º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #83CA4A is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 202 74 -
CMYK 0.35 0 0.63 0.21
HSL 93.28º 0.55% 0.54% -
HSV(B) 93.28º 0.63% 0.79% -
XYZ 31.72 47.56 13.99 -
YUV 166.18 75.98 102.91 -
System Red Green Blue C M Y K H S L
Decimal 131 202 74 0.35 0 0.63 0.21 93.28 0.55 0.54
Hex 83 CA 4A 23 0 3F 15 5D 37 36
Octal 203 312 112 43 0 77 25 135 67 66
Binary 10000011 11001010 1001010 100011 0 111111 10101 1011101 110111 110110

Color Harmonies of #83CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CA4A

Black with #83CA4A

Text Example


Text Example

White with #83CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,202,74); }

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

background-color css

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

 a { background-color: rgb(131,202,74); }

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

border-color css

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

 span { border-color: rgb(131,202,74); }

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