Html Css Color HEX #82CA6F Mantis

📋 copy color: '#82CA6F'

red 130 ◦ green 202 ◦ blue 111

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

Shades of Mantis #82CA6F

Tints of Mantis #82CA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.06%

R = 29.35%
G = 45.6%
B = 25.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#82CA6F (or 0x82CA6F) is known color: Mantis. HEX triplet: 82, CA and 6F. RGB value is (130,202,111). Sum of RGB (Red+Green+Blue) = 130+202+111=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA6F is #7D3590. Grayscale: #AAAAAA. Windows color (decimal): -8205713 or 7326338. OLE color: 7326338.

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

Color convert

RGB 130 202 111 -
CMYK 0.36 0 0.45 0.21
HSL 107.47º 0.46% 0.61% -
HSV(B) 107.47º 0.45% 0.79% -
XYZ 33.2 48.13 22.58 -
YUV 170.1 94.65 99.4 -
System Red Green Blue C M Y K H S L
Decimal 130 202 111 0.36 0 0.45 0.21 107.47 0.46 0.61
Hex 82 CA 6F 24 0 2D 15 6B 2E 3D
Octal 202 312 157 44 0 55 25 153 56 75
Binary 10000010 11001010 1101111 100100 0 101101 10101 1101011 101110 111101

Color Harmonies of #82CA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA6F

Black with #82CA6F

Text Example


Text Example

White with #82CA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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