Html Css Color HEX #82AF68 Mantis

📋 copy color: '#82AF68'

red 130 ◦ green 175 ◦ blue 104

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

Shades of Mantis #82AF68

Tints of Mantis #82AF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.79%

 BLUE value IS 104 (41.02% from 255) = 25.43%

R = 31.78%
G = 42.79%
B = 25.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#82AF68 (or 0x82AF68) is known color: Mantis. HEX triplet: 82, AF and 68. RGB value is (130,175,104). Sum of RGB (Red+Green+Blue) = 130+175+104=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #82AF68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AF68 is #7D5097. Grayscale: #999999. Windows color (decimal): -8212632 or 6860674. OLE color: 6860674.

HSL color Cylindrical-coordinate representation of color #82AF68: hue angle of 98.03º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82AF68 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 175 104 -
CMYK 0.26 0 0.41 0.31
HSL 98.03º 0.31% 0.55% -
HSV(B) 98.03º 0.41% 0.69% -
XYZ 27.03 36.41 18.7 -
YUV 153.45 100.09 111.27 -
System Red Green Blue C M Y K H S L
Decimal 130 175 104 0.26 0 0.41 0.31 98.03 0.31 0.55
Hex 82 AF 68 1A 0 29 1F 62 1F 37
Octal 202 257 150 32 0 51 37 142 37 67
Binary 10000010 10101111 1101000 11010 0 101001 11111 1100010 11111 110111

Color Harmonies of #82AF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AF68

Black with #82AF68

Text Example


Text Example

White with #82AF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,175,104); }

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

background-color css

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

 a { background-color: rgb(130,175,104); }

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

border-color css

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

 span { border-color: rgb(130,175,104); }

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