Html Css Color HEX #82CD5D Mantis

📋 copy color: '#82CD5D'

red 130 ◦ green 205 ◦ blue 93

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

Shades of Mantis #82CD5D

Tints of Mantis #82CD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.9%

 BLUE value IS 93 (36.72% from 255) = 21.73%

R = 30.37%
G = 47.9%
B = 21.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#82CD5D (or 0x82CD5D) is known color: Mantis. HEX triplet: 82, CD and 5D. RGB value is (130,205,93). Sum of RGB (Red+Green+Blue) = 130+205+93=428 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.37% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #82CD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CD5D is #7D32A2. Grayscale: #AAAAAA. Windows color (decimal): -8204963 or 6147458. OLE color: 6147458.

HSL color Cylindrical-coordinate representation of color #82CD5D: hue angle of 100.18º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82CD5D is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 205 93 -
CMYK 0.37 0 0.55 0.20
HSL 100.18º 0.53% 0.58% -
HSV(B) 100.18º 0.55% 0.8% -
XYZ 33.01 49.2 18.11 -
YUV 169.81 84.65 99.61 -
System Red Green Blue C M Y K H S L
Decimal 130 205 93 0.37 0 0.55 0.20 100.18 0.53 0.58
Hex 82 CD 5D 25 0 37 14 64 35 3A
Octal 202 315 135 45 0 67 24 144 65 72
Binary 10000010 11001101 1011101 100101 0 110111 10100 1100100 110101 111010

Color Harmonies of #82CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CD5D

Black with #82CD5D

Text Example


Text Example

White with #82CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,205,93); }

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

background-color css

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

 a { background-color: rgb(130,205,93); }

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

border-color css

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

 span { border-color: rgb(130,205,93); }

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