Html Css Color HEX #82CA46 Mantis

📋 copy color: '#82CA46'

red 130 ◦ green 202 ◦ blue 70

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

Shades of Mantis #82CA46

Tints of Mantis #82CA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.41%

R = 32.34%
G = 50.25%
B = 17.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#82CA46 (or 0x82CA46) is known color: Mantis. HEX triplet: 82, CA and 46. RGB value is (130,202,70). Sum of RGB (Red+Green+Blue) = 130+202+70=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CA46 is #7D35B9. Grayscale: #A5A5A5. Windows color (decimal): -8205754 or 4639362. OLE color: 4639362.

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

Color convert

RGB 130 202 70 -
CMYK 0.36 0 0.65 0.21
HSL 92.73º 0.55% 0.53% -
HSV(B) 92.73º 0.65% 0.79% -
XYZ 31.43 47.43 13.29 -
YUV 165.42 74.15 102.73 -
System Red Green Blue C M Y K H S L
Decimal 130 202 70 0.36 0 0.65 0.21 92.73 0.55 0.53
Hex 82 CA 46 24 0 41 15 5D 37 35
Octal 202 312 106 44 0 101 25 135 67 65
Binary 10000010 11001010 1000110 100100 0 1000001 10101 1011101 110111 110101

Color Harmonies of #82CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CA46

Black with #82CA46

Text Example


Text Example

White with #82CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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