#82CA69

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

Shades of Mantis #82CA69

Tints of Mantis #82CA69

Color information

#82CA69 (or 0x82CA69) is unknown color: approx Mantis. HEX triplet: 82, CA and 69. RGB value is (130,202,105). Sum of RGB (Red+Green+Blue) = 130+202+105=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA69 is #7D3596. Grayscale: #A9A9A9. Windows color (decimal): -8205719 or 6933122. OLE color: 6933122.

HSL color Cylindrical-coordinate representation of color #82CA69: hue angle of 104.54º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82CA69 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB130202105-
CMYK0.3600.480.21
HSL104.54º47.78%60.2%-
HSV(B)104.54º48.02%79.22%-
XYZ32.8848.0120.9-
YUV169.4191.6599.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 202 (79.30% from 255) = 46.22%
BLUE value IS 105 (41.41% from 255) = 24.03%
R=29.75%
G=46.22%
B=24.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302021050.3600.480.21104.5447.7860.2
Hex82CA69240301569303c
Octal20231215144060251516074
Binary100000101100101011010011001000110000101011101001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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