#83CA66

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

Shades of Mantis #83CA66

Tints of Mantis #83CA66

Color information

#83CA66 (or 0x83CA66) is unknown color: approx Mantis. HEX triplet: 83, CA and 66. RGB value is (131,202,102). Sum of RGB (Red+Green+Blue) = 131+202+102=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 202 (79.30% from 255 or 46.44% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 202 - color contains mainly: green. Hex color #83CA66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83CA66 is #7C3599. Grayscale: #A9A9A9. Windows color (decimal): -8140186 or 6736515. OLE color: 6736515.

HSL color Cylindrical-coordinate representation of color #83CA66: hue angle of 102.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #83CA66 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB131202102-
CMYK0.3500.500.21
HSL102.6º48.54%59.61%-
HSV(B)102.6º49.5%79.22%-
XYZ32.8848.0320.11-
YUV169.3789.98100.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.11%
GREEN value IS 202 (79.30% from 255) = 46.44%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=30.11%
G=46.44%
B=23.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1312021020.3500.500.21102.648.5459.61
Hex83CA66230321567313c
Octal20331214643062251476174
Binary100000111100101011001101000110110010101011100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83CA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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