Html Css Color HEX #82CA6B Mantis

📋 copy color: '#82CA6B'

red 130 ◦ green 202 ◦ blue 107

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

Shades of Mantis #82CA6B

Tints of Mantis #82CA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.37%

R = 29.61%
G = 46.01%
B = 24.37%

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

#82CA6B (or 0x82CA6B) is known color: Mantis. HEX triplet: 82, CA and 6B. RGB value is (130,202,107). Sum of RGB (Red+Green+Blue) = 130+202+107=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 107 (42.19% from 255 or 24.37% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA6B is #7D3594. Grayscale: #A9A9A9. Windows color (decimal): -8205717 or 7064194. OLE color: 7064194.

HSL color Cylindrical-coordinate representation of color #82CA6B: hue angle of 105.47º 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 #82CA6B is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 107 -
CMYK 0.36 0 0.47 0.21
HSL 105.47º 0.47% 0.61% -
HSV(B) 105.47º 0.47% 0.79% -
XYZ 32.98 48.05 21.45 -
YUV 169.64 92.65 99.72 -
System Red Green Blue C M Y K H S L
Decimal 130 202 107 0.36 0 0.47 0.21 105.47 0.47 0.61
Hex 82 CA 6B 24 0 2F 15 69 2F 3D
Octal 202 312 153 44 0 57 25 151 57 75
Binary 10000010 11001010 1101011 100100 0 101111 10101 1101001 101111 111101

Color Harmonies of #82CA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA6B

Black with #82CA6B

Text Example


Text Example

White with #82CA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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