Html Css Color HEX #83C064 Mantis

📋 copy color: '#83C064'

red 131 ◦ green 192 ◦ blue 100

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

Shades of Mantis #83C064

Tints of Mantis #83C064

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.39%

 BLUE value IS 100 (39.45% from 255) = 23.64%

R = 30.97%
G = 45.39%
B = 23.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#83C064 (or 0x83C064) is known color: Mantis. HEX triplet: 83, C0 and 64. RGB value is (131,192,100). Sum of RGB (Red+Green+Blue) = 131+192+100=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 192 (75.39% from 255 or 45.39% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 192 - color contains mainly: green. Hex color #83C064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C064 is #7C3F9B. Grayscale: #A3A3A3. Windows color (decimal): -8142748 or 6602883. OLE color: 6602883.

HSL color Cylindrical-coordinate representation of color #83C064: hue angle of 99.78º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83C064 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 192 100 -
CMYK 0.32 0 0.48 0.25
HSL 99.78º 0.42% 0.57% -
HSV(B) 99.78º 0.48% 0.75% -
XYZ 30.51 43.44 18.83 -
YUV 163.27 92.29 104.98 -
System Red Green Blue C M Y K H S L
Decimal 131 192 100 0.32 0 0.48 0.25 99.78 0.42 0.57
Hex 83 C0 64 20 0 30 19 64 2A 39
Octal 203 300 144 40 0 60 31 144 52 71
Binary 10000011 11000000 1100100 100000 0 110000 11001 1100100 101010 111001

Color Harmonies of #83C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83C064

Black with #83C064

Text Example


Text Example

White with #83C064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,192,100); }

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

background-color css

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

 a { background-color: rgb(131,192,100); }

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

border-color css

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

 span { border-color: rgb(131,192,100); }

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