Html Css Color HEX #82C94B Mantis

📋 copy color: '#82C94B'

red 130 ◦ green 201 ◦ blue 75

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

Shades of Mantis #82C94B

Tints of Mantis #82C94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.47%

R = 32.02%
G = 49.51%
B = 18.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#82C94B (or 0x82C94B) is known color: Mantis. HEX triplet: 82, C9 and 4B. RGB value is (130,201,75). Sum of RGB (Red+Green+Blue) = 130+201+75=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #82C94B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C94B is #7D36B4. Grayscale: #A5A5A5. Windows color (decimal): -8206005 or 4966786. OLE color: 4966786.

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

Color convert

RGB 130 201 75 -
CMYK 0.35 0 0.63 0.21
HSL 93.81º 0.54% 0.54% -
HSV(B) 93.81º 0.63% 0.79% -
XYZ 31.36 47.03 14.08 -
YUV 165.41 76.98 102.75 -
System Red Green Blue C M Y K H S L
Decimal 130 201 75 0.35 0 0.63 0.21 93.81 0.54 0.54
Hex 82 C9 4B 23 0 3F 15 5E 36 36
Octal 202 311 113 43 0 77 25 136 66 66
Binary 10000010 11001001 1001011 100011 0 111111 10101 1011110 110110 110110

Color Harmonies of #82C94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C94B

Black with #82C94B

Text Example


Text Example

White with #82C94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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