Html Css Color HEX #82C24B Mantis

📋 copy color: '#82C24B'

red 130 ◦ green 194 ◦ blue 75

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

Shades of Mantis #82C24B

Tints of Mantis #82C24B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.62%

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

R = 32.58%
G = 48.62%
B = 18.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#82C24B (or 0x82C24B) is known color: Mantis. HEX triplet: 82, C2 and 4B. RGB value is (130,194,75). Sum of RGB (Red+Green+Blue) = 130+194+75=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #82C24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C24B is #7D3DB4. Grayscale: #A1A1A1. Windows color (decimal): -8207797 or 4964994. OLE color: 4964994.

HSL color Cylindrical-coordinate representation of color #82C24B: hue angle of 92.27º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82C24B is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 194 75 -
CMYK 0.33 0 0.61 0.24
HSL 92.27º 0.49% 0.53% -
HSV(B) 92.27º 0.61% 0.76% -
XYZ 29.77 43.84 13.55 -
YUV 161.3 79.3 105.68 -
System Red Green Blue C M Y K H S L
Decimal 130 194 75 0.33 0 0.61 0.24 92.27 0.49 0.53
Hex 82 C2 4B 21 0 3D 18 5C 31 35
Octal 202 302 113 41 0 75 30 134 61 65
Binary 10000010 11000010 1001011 100001 0 111101 11000 1011100 110001 110101

Color Harmonies of #82C24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C24B

Black with #82C24B

Text Example


Text Example

White with #82C24B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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