Html Css Color HEX #82C968 Mantis

📋 copy color: '#82C968'

red 130 ◦ green 201 ◦ blue 104

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

Shades of Mantis #82C968

Tints of Mantis #82C968

RGB

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

 GREEN value IS 201 (78.91% from 255) = 46.21%

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

R = 29.89%
G = 46.21%
B = 23.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#82C968 (or 0x82C968) is known color: Mantis. HEX triplet: 82, C9 and 68. RGB value is (130,201,104). Sum of RGB (Red+Green+Blue) = 130+201+104=435 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.89% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #82C968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C968 is #7D3697. Grayscale: #A9A9A9. Windows color (decimal): -8205976 or 6867330. OLE color: 6867330.

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

Color convert

RGB 130 201 104 -
CMYK 0.35 0 0.48 0.21
HSL 103.92º 0.47% 0.6% -
HSV(B) 103.92º 0.48% 0.79% -
XYZ 32.59 47.52 20.55 -
YUV 168.71 91.48 100.39 -
System Red Green Blue C M Y K H S L
Decimal 130 201 104 0.35 0 0.48 0.21 103.92 0.47 0.6
Hex 82 C9 68 23 0 30 15 68 2F 3C
Octal 202 311 150 43 0 60 25 150 57 74
Binary 10000010 11001001 1101000 100011 0 110000 10101 1101000 101111 111100

Color Harmonies of #82C968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C968

Black with #82C968

Text Example


Text Example

White with #82C968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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