#82cf69

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

Shades of Mantis #82CF69

Tints of Mantis #82CF69

Color information

#82CF69 (or 0x82CF69) is unknown color: approx Mantis. HEX triplet: 82, CF and 69. RGB value is (130,207,105). Sum of RGB (Red+Green+Blue) = 130+207+105=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CF69 is #7D3096. Grayscale: #ACACAC. Windows color (decimal): -8204439 or 6934402. OLE color: 6934402.

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

Color convert

RGB130207105-
CMYK0.3700.490.19
HSL105.29º51.52%61.18%-
HSV(B)105.29º49.28%81.18%-
XYZ34.0750.3921.3-
YUV172.3589.9997.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.41%
GREEN value IS 207 (81.25% from 255) = 46.83%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=29.41%
G=46.83%
B=23.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1302071050.3700.490.19105.2951.5261.18
Hex82CF69250311369343d
Octal20231715145061231516475
Binary100000101100111111010011001010110001100111101001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82cf69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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