Html Css Color HEX #82D367 Mantis

📋 copy color: '#82D367'

red 130 ◦ green 211 ◦ blue 103

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

Shades of Mantis #82D367

Tints of Mantis #82D367

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.52%

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

R = 29.28%
G = 47.52%
B = 23.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#82D367 (or 0x82D367) is known color: Mantis. HEX triplet: 82, D3 and 67. RGB value is (130,211,103). Sum of RGB (Red+Green+Blue) = 130+211+103=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #82D367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D367 is #7D2C98. Grayscale: #AEAEAE. Windows color (decimal): -8203417 or 6804354. OLE color: 6804354.

HSL color Cylindrical-coordinate representation of color #82D367: hue angle of 105º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82D367 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 211 103 -
CMYK 0.38 0 0.51 0.17
HSL 105º 0.55% 0.62% -
HSV(B) 105º 0.51% 0.83% -
XYZ 34.95 52.31 21.09 -
YUV 174.47 87.66 96.28 -
System Red Green Blue C M Y K H S L
Decimal 130 211 103 0.38 0 0.51 0.17 105 0.55 0.62
Hex 82 D3 67 26 0 33 11 69 37 3E
Octal 202 323 147 46 0 63 21 151 67 76
Binary 10000010 11010011 1100111 100110 0 110011 10001 1101001 110111 111110

Color Harmonies of #82D367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82D367

Black with #82D367

Text Example


Text Example

White with #82D367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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