#83C74B

Color #83C74B Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #83C74B

Tints of Mantis #83C74B

Color information

#83C74B (or 0x83C74B) is unknown color: approx Mantis. HEX triplet: 83, C7 and 4B. RGB value is (131,199,75). Sum of RGB (Red+Green+Blue) = 131+199+75=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #83C74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C74B is #7C38B4. Grayscale: #A4A4A4. Windows color (decimal): -8140981 or 4966275. OLE color: 4966275.

HSL color Cylindrical-coordinate representation of color #83C74B: hue angle of 92.9º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83C74B is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB13119975-
CMYK0.3400.620.22
HSL92.9º52.54%53.73%-
HSV(B)92.9º62.31%78.04%-
XYZ31.0546.1813.93-
YUV164.5377.47104.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.35%
GREEN value IS 199 (78.12% from 255) = 49.14%
BLUE value IS 75 (29.69% from 255) = 18.52%
R=32.35%
G=49.14%
B=18.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal131199750.3400.620.2292.952.5453.73
Hex83C74B2203E165d3536
Octal20330711342076261356566
Binary100000111100011110010111000100111110101101011101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,199,75); }

 H1.HeaderClassName
 {
   color: #83C74B;
 }
 .AnyTagClassName
 {
   color: #83C74B;
 }
</style>
background-color css

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

 a { background-color: rgb(131,199,75); }

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

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

 span { border-color: rgb(131,199,75); }

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