Html Css Color HEX #82C355 Mantis

📋 copy color: '#82C355'

red 130 ◦ green 195 ◦ blue 85

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

Shades of Mantis #82C355

Tints of Mantis #82C355

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.56%

 BLUE value IS 85 (33.59% from 255) = 20.73%

R = 31.71%
G = 47.56%
B = 20.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#82C355 (or 0x82C355) is known color: Mantis. HEX triplet: 82, C3 and 55. RGB value is (130,195,85). Sum of RGB (Red+Green+Blue) = 130+195+85=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #82C355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C355 is #7D3CAA. Grayscale: #A3A3A3. Windows color (decimal): -8207531 or 5620610. OLE color: 5620610.

HSL color Cylindrical-coordinate representation of color #82C355: hue angle of 95.45º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #82C355 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 195 85 -
CMYK 0.33 0 0.56 0.24
HSL 95.45º 0.48% 0.55% -
HSV(B) 95.45º 0.56% 0.76% -
XYZ 30.36 44.43 15.57 -
YUV 163.03 83.97 104.44 -
System Red Green Blue C M Y K H S L
Decimal 130 195 85 0.33 0 0.56 0.24 95.45 0.48 0.55
Hex 82 C3 55 21 0 38 18 5F 30 37
Octal 202 303 125 41 0 70 30 137 60 67
Binary 10000010 11000011 1010101 100001 0 111000 11000 1011111 110000 110111

Color Harmonies of #82C355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C355

Black with #82C355

Text Example


Text Example

White with #82C355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,195,85); }

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

background-color css

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

 a { background-color: rgb(130,195,85); }

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

border-color css

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

 span { border-color: rgb(130,195,85); }

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