Html Css Color HEX #82CA4C Mantis

📋 copy color: '#82CA4C'

red 130 ◦ green 202 ◦ blue 76

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

Shades of Mantis #82CA4C

Tints of Mantis #82CA4C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.51%

 BLUE value IS 76 (30.08% from 255) = 18.63%

R = 31.86%
G = 49.51%
B = 18.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#82CA4C (or 0x82CA4C) is known color: Mantis. HEX triplet: 82, CA and 4C. RGB value is (130,202,76). Sum of RGB (Red+Green+Blue) = 130+202+76=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 202 (79.30% from 255 or 49.51% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA4C is #7D35B3. Grayscale: #A6A6A6. Windows color (decimal): -8205748 or 5032578. OLE color: 5032578.

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

Color convert

RGB 130 202 76 -
CMYK 0.36 0 0.62 0.21
HSL 94.29º 0.54% 0.55% -
HSV(B) 94.29º 0.62% 0.79% -
XYZ 31.63 47.51 14.34 -
YUV 166.11 77.15 102.25 -
System Red Green Blue C M Y K H S L
Decimal 130 202 76 0.36 0 0.62 0.21 94.29 0.54 0.55
Hex 82 CA 4C 24 0 3E 15 5E 36 37
Octal 202 312 114 44 0 76 25 136 66 67
Binary 10000010 11001010 1001100 100100 0 111110 10101 1011110 110110 110111

Color Harmonies of #82CA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA4C

Black with #82CA4C

Text Example


Text Example

White with #82CA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,202,76); }

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

background-color css

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

 a { background-color: rgb(130,202,76); }

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

border-color css

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

 span { border-color: rgb(130,202,76); }

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