#83CC48

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

Shades of Mantis #83CC48

Tints of Mantis #83CC48

Color information

#83CC48 (or 0x83CC48) is unknown color: approx Mantis. HEX triplet: 83, CC and 48. RGB value is (131,204,72). Sum of RGB (Red+Green+Blue) = 131+204+72=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 204 (80.08% from 255 or 50.12% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 204 - color contains mainly: green. Hex color #83CC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83CC48 is #7C33B7. Grayscale: #A7A7A7. Windows color (decimal): -8139704 or 4770947. OLE color: 4770947.

HSL color Cylindrical-coordinate representation of color #83CC48: hue angle of 93.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #83CC48 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB13120472-
CMYK0.3600.650.2
HSL93.18º56.41%54.12%-
HSV(B)93.18º64.71%80%-
XYZ32.1248.4813.8-
YUV167.1274.32102.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.19%
GREEN value IS 204 (80.08% from 255) = 50.12%
BLUE value IS 72 (28.52% from 255) = 17.69%
R=32.19%
G=50.12%
B=17.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal131204720.3600.650.293.1856.4154.12
Hex83CC4824041145d3836
Octal203314110440101241357066
Binary1000001111001100100100010010001000001101001011101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,204,72); }

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

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

 a { background-color: rgb(131,204,72); }

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

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

 span { border-color: rgb(131,204,72); }

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