#82CF6E

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

Shades of Mantis #82CF6E

Tints of Mantis #82CF6E

Color information

#82CF6E (or 0x82CF6E) is unknown color: approx Mantis. HEX triplet: 82, CF and 6E. RGB value is (130,207,110). Sum of RGB (Red+Green+Blue) = 130+207+110=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CF6E is #7D3091. Grayscale: #ADADAD. Windows color (decimal): -8204434 or 7262082. OLE color: 7262082.

HSL color Cylindrical-coordinate representation of color #82CF6E: hue angle of 107.63º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82CF6E is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB130207110-
CMYK0.3700.470.19
HSL107.63º50.26%62.16%-
HSV(B)107.63º46.86%81.18%-
XYZ34.3350.522.69-
YUV172.9292.4997.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 207 (81.25% from 255) = 46.31%
BLUE value IS 110 (43.36% from 255) = 24.61%
R=29.08%
G=46.31%
B=24.61%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1302071100.3700.470.19107.6350.2662.16
Hex82CF6E2502F136c323e
Octal20231715645057231546276
Binary100000101100111111011101001010101111100111101100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82CF6E; }

 p { color: rgb(130,207,110); }

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

<style>
 a { background-color: #82CF6E; }

 a { background-color: rgb(130,207,110); }

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

<style>
 span { border-color: #82CF6E; }

 span { border-color: rgb(130,207,110); }

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