#82CD4F

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

Shades of Mantis #82CD4F

Tints of Mantis #82CD4F

Color information

#82CD4F (or 0x82CD4F) is unknown color: approx Mantis. HEX triplet: 82, CD and 4F. RGB value is (130,205,79). Sum of RGB (Red+Green+Blue) = 130+205+79=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CD4F is #7D32B0. Grayscale: #A8A8A8. Windows color (decimal): -8204977 or 5229954. OLE color: 5229954.

HSL color Cylindrical-coordinate representation of color #82CD4F: hue angle of 95.71º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82CD4F is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB13020579-
CMYK0.3700.610.20
HSL95.71º55.75%55.69%-
HSV(B)95.71º61.46%80.39%-
XYZ32.4548.9715.14-
YUV168.2177.65100.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 205 (80.47% from 255) = 49.52%
BLUE value IS 79 (31.25% from 255) = 19.08%
R=31.40%
G=49.52%
B=19.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130205790.3700.610.2095.7155.7555.69
Hex82CD4F2503D14603838
Octal20231511745075241407070
Binary100000101100110110011111001010111101101001100000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,205,79); }

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

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

 a { background-color: rgb(130,205,79); }

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

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

 span { border-color: rgb(130,205,79); }

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