Html Css Color HEX #82D067 Mantis

📋 copy color: '#82D067'

red 130 ◦ green 208 ◦ blue 103

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

Shades of Mantis #82D067

Tints of Mantis #82D067

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.17%

 BLUE value IS 103 (40.63% from 255) = 23.36%

R = 29.48%
G = 47.17%
B = 23.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#82D067 (or 0x82D067) is known color: Mantis. HEX triplet: 82, D0 and 67. RGB value is (130,208,103). Sum of RGB (Red+Green+Blue) = 130+208+103=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 103 (40.62% from 255 or 23.36% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #82D067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D067 is #7D2F98. Grayscale: #ADADAD. Windows color (decimal): -8204185 or 6803586. OLE color: 6803586.

HSL color Cylindrical-coordinate representation of color #82D067: hue angle of 104.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #82D067 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 208 103 -
CMYK 0.38 0 0.50 0.18
HSL 104.57º 0.53% 0.61% -
HSV(B) 104.57º 0.5% 0.82% -
XYZ 34.21 50.84 20.84 -
YUV 172.71 88.66 97.54 -
System Red Green Blue C M Y K H S L
Decimal 130 208 103 0.38 0 0.50 0.18 104.57 0.53 0.61
Hex 82 D0 67 26 0 32 12 69 35 3D
Octal 202 320 147 46 0 62 22 151 65 75
Binary 10000010 11010000 1100111 100110 0 110010 10010 1101001 110101 111101

Color Harmonies of #82D067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D067

Black with #82D067

Text Example


Text Example

White with #82D067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,208,103); }

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

background-color css

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

 a { background-color: rgb(130,208,103); }

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

border-color css

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

 span { border-color: rgb(130,208,103); }

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