Html Css Color HEX #82D643 Mantis

📋 copy color: '#82D643'

red 130 ◦ green 214 ◦ blue 67

#82D643
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #82D643

Tints of Mantis #82D643

RGB

 RED value IS 130 (51.17% from 255) = 31.63%

 GREEN value IS 214 (83.98% from 255) = 52.07%

 BLUE value IS 67 (26.56% from 255) = 16.3%

R = 31.63%
G = 52.07%
B = 16.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#82D643 (or 0x82D643) is known color: Mantis. HEX triplet: 82, D6 and 43. RGB value is (130,214,67). Sum of RGB (Red+Green+Blue) = 130+214+67=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 214 (83.98% from 255 or 52.07% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 214 - color contains mainly: green. Hex color #82D643 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D643 is #7D29BC. Grayscale: #ACACAC. Windows color (decimal): -8202685 or 4445826. OLE color: 4445826.

HSL color Cylindrical-coordinate representation of color #82D643: hue angle of 94.29º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82D643 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 214 67 -
CMYK 0.39 0 0.69 0.16
HSL 94.29º 0.64% 0.55% -
HSV(B) 94.29º 0.69% 0.84% -
XYZ 34.27 53.24 13.78 -
YUV 172.13 68.67 97.95 -
System Red Green Blue C M Y K H S L
Decimal 130 214 67 0.39 0 0.69 0.16 94.29 0.64 0.55
Hex 82 D6 43 27 0 45 10 5E 40 37
Octal 202 326 103 47 0 105 20 136 100 67
Binary 10000010 11010110 1000011 100111 0 1000101 10000 1011110 1000000 110111

Color Harmonies of #82D643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D643

Black with #82D643

Text Example


Text Example

White with #82D643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,214,67); }

 H1.HeaderClassName
 {
   color: #82D643;
 }
 .AnyTagClassName
 {
   color: #82D643;
 }
</style>

background-color css

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

 a { background-color: rgb(130,214,67); }

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

border-color css

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

 span { border-color: rgb(130,214,67); }

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