Html Css Color HEX #82CA6C Mantis

📋 copy color: '#82CA6C'

red 130 ◦ green 202 ◦ blue 108

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

Shades of Mantis #82CA6C

Tints of Mantis #82CA6C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.91%

 BLUE value IS 108 (42.58% from 255) = 24.55%

R = 29.55%
G = 45.91%
B = 24.55%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#82CA6C (or 0x82CA6C) is known color: Mantis. HEX triplet: 82, CA and 6C. RGB value is (130,202,108). Sum of RGB (Red+Green+Blue) = 130+202+108=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA6C is #7D3593. Grayscale: #AAAAAA. Windows color (decimal): -8205716 or 7129730. OLE color: 7129730.

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

Color convert

RGB 130 202 108 -
CMYK 0.36 0 0.47 0.21
HSL 105.96º 0.47% 0.61% -
HSV(B) 105.96º 0.47% 0.79% -
XYZ 33.03 48.07 21.72 -
YUV 169.76 93.15 99.64 -
System Red Green Blue C M Y K H S L
Decimal 130 202 108 0.36 0 0.47 0.21 105.96 0.47 0.61
Hex 82 CA 6C 24 0 2F 15 6A 2F 3D
Octal 202 312 154 44 0 57 25 152 57 75
Binary 10000010 11001010 1101100 100100 0 101111 10101 1101010 101111 111101

Color Harmonies of #82CA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA6C

Black with #82CA6C

Text Example


Text Example

White with #82CA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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