Html Css Color HEX #82CA4A Mantis

📋 copy color: '#82CA4A'

red 130 ◦ green 202 ◦ blue 74

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

Shades of Mantis #82CA4A

Tints of Mantis #82CA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 32.02%
G = 49.75%
B = 18.23%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#82CA4A (or 0x82CA4A) is known color: Mantis. HEX triplet: 82, CA and 4A. RGB value is (130,202,74). Sum of RGB (Red+Green+Blue) = 130+202+74=406 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.02% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA4A is #7D35B5. Grayscale: #A6A6A6. Windows color (decimal): -8205750 or 4901506. OLE color: 4901506.

HSL color Cylindrical-coordinate representation of color #82CA4A: hue angle of 93.75º degrees, saturation: 0.55, 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 #82CA4A is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 202 74 -
CMYK 0.36 0 0.63 0.21
HSL 93.75º 0.55% 0.54% -
HSV(B) 93.75º 0.63% 0.79% -
XYZ 31.56 47.48 13.98 -
YUV 165.88 76.15 102.41 -
System Red Green Blue C M Y K H S L
Decimal 130 202 74 0.36 0 0.63 0.21 93.75 0.55 0.54
Hex 82 CA 4A 24 0 3F 15 5E 37 36
Octal 202 312 112 44 0 77 25 136 67 66
Binary 10000010 11001010 1001010 100100 0 111111 10101 1011110 110111 110110

Color Harmonies of #82CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA4A

Black with #82CA4A

Text Example


Text Example

White with #82CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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